#d2c428

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

Shades of Barberry #D2C428

Tints of Barberry #D2C428

Color information

#D2C428 (or 0xD2C428) is unknown color: approx Barberry. HEX triplet: D2, C4 and 28. RGB value is (210,196,40). Sum of RGB (Red+Green+Blue) = 210+196+40=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C428 is #2D3BD7. Grayscale: #B7B7B7. Windows color (decimal): -2964440 or 2671826. OLE color: 2671826.

HSL color Cylindrical-coordinate representation of color #D2C428: hue angle of 55.06º 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 #D2C428 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB21019640-
CMYK00.070.810.18
HSL55.06º68%49.02%-
HSV(B)55.06º80.95%82.35%-
XYZ46.753.339.84-
YUV182.447.64147.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 196 (76.95% from 255) = 43.95%
BLUE value IS 40 (16.02% from 255) = 8.97%
R=47.09%
G=43.95%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101964000.070.810.1855.066849.02
HexD2C428075112374431
Octal3223045007121226710461
Binary110100101100010010100001111010001100101101111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2c428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2c428; }

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

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

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

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

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

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

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

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