#D2BC28

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

Shades of Barberry #D2BC28

Tints of Barberry #D2BC28

Color information

#D2BC28 (or 0xD2BC28) is unknown color: approx Barberry. HEX triplet: D2, BC and 28. RGB value is (210,188,40). Sum of RGB (Red+Green+Blue) = 210+188+40=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC28 is #2D43D7. Grayscale: #B2B2B2. Windows color (decimal): -2966488 or 2669778. OLE color: 2669778.

HSL color Cylindrical-coordinate representation of color #D2BC28: hue angle of 52.24º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2BC28 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB21018840-
CMYK00.100.810.18
HSL52.24º68%49.02%-
HSV(B)52.24º80.95%82.35%-
XYZ44.9449.829.26-
YUV177.7150.29151.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 40 (16.02% from 255) = 9.13%
R=47.95%
G=42.92%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101884000.100.810.1852.246849.02
HexD2BC280A5112344431
Octal32227450012121226410461
Binary1101001010111100101000010101010001100101101001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BC28; }

 p { color: rgb(210,188,40); }

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

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

 a { background-color: rgb(210,188,40); }

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

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

 span { border-color: rgb(210,188,40); }

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