#d2c52b

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

Shades of Barberry #D2C52B

Tints of Barberry #D2C52B

Color information

#D2C52B (or 0xD2C52B) is unknown color: approx Barberry. HEX triplet: D2, C5 and 2B. RGB value is (210,197,43). Sum of RGB (Red+Green+Blue) = 210+197+43=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C52B is #2D3AD4. Grayscale: #B7B7B7. Windows color (decimal): -2964181 or 2868690. OLE color: 2868690.

HSL color Cylindrical-coordinate representation of color #D2C52B: hue angle of 55.33º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2C52B is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB21019743-
CMYK00.060.800.18
HSL55.33º66.01%49.61%-
HSV(B)55.33º79.52%82.35%-
XYZ46.9853.8110.2-
YUV183.3348.81147.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.67%
GREEN value IS 197 (77.34% from 255) = 43.78%
BLUE value IS 43 (17.19% from 255) = 9.56%
R=46.67%
G=43.78%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101974300.060.800.1855.3366.0149.61
HexD2C52B065012374232
Octal3223055306120226710262
Binary110100101100010110101101101010000100101101111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2c52b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2c52b; }

 p { color: rgb(210,197,43); }

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

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

 a { background-color: rgb(210,197,43); }

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

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

 span { border-color: rgb(210,197,43); }

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