#d7c32d

Color #D7C32D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D7C32D

Tints of Barberry #D7C32D

Color information

#D7C32D (or 0xD7C32D) is unknown color: approx Barberry. HEX triplet: D7, C3 and 2D. RGB value is (215,195,45). Sum of RGB (Red+Green+Blue) = 215+195+45=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C32D is #283CD2. Grayscale: #B8B8B8. Windows color (decimal): -2637011 or 2999255. OLE color: 2999255.

HSL color Cylindrical-coordinate representation of color #D7C32D: hue angle of 52.94º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7C32D is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21519545-
CMYK00.090.790.16
HSL52.94º68%50.98%-
HSV(B)52.94º79.07%84.31%-
XYZ48.0153.6710.31-
YUV183.8849.63150.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 47.25%
GREEN value IS 195 (76.56% from 255) = 42.86%
BLUE value IS 45 (17.97% from 255) = 9.89%
R=47.25%
G=42.86%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151954500.090.790.1652.946850.98
HexD7C32D094F10354433
Octal32730355011117206510463
Binary1101011111000011101101010011001111100001101011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7c32d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7c32d; }

 p { color: rgb(215,195,45); }

 H1.HeaderClassName
 {
   color: #d7c32d;
 }
 .AnyTagClassName
 {
   color: #d7c32d;
 }
</style>
background-color css

<style>
 a { background-color: #d7c32d; }

 a { background-color: rgb(215,195,45); }

 div.DivClassName
 {
   background-color: #d7c32d;
 }
 .BgClassName
 {
   background-color: #d7c32d;
 }
</style>
border-color css

<style>
 span { border-color: #d7c32d; }

 span { border-color: rgb(215,195,45); }

 td.TdClassName
 {
   border-color: #d7c32d;
 }
 .TagClassName
 {
   border-color: #d7c32d;
 }
</style>