#D8CB26

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

Shades of Barberry #D8CB26

Tints of Barberry #D8CB26

Color information

#D8CB26 (or 0xD8CB26) is unknown color: approx Barberry. HEX triplet: D8, CB and 26. RGB value is (216,203,38). Sum of RGB (Red+Green+Blue) = 216+203+38=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB26 is #2734D9. Grayscale: #BCBCBC. Windows color (decimal): -2569434 or 2542552. OLE color: 2542552.

HSL color Cylindrical-coordinate representation of color #D8CB26: hue angle of 55.62º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8CB26 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB21620338-
CMYK00.060.820.15
HSL55.62º70.08%49.8%-
HSV(B)55.62º82.41%84.71%-
XYZ50.0257.4510.29-
YUV188.0843.31147.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 203 (79.69% from 255) = 44.42%
BLUE value IS 38 (15.23% from 255) = 8.32%
R=47.26%
G=44.42%
B=8.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162033800.060.820.1555.6270.0849.8
HexD8CB260652F384632
Octal3303134606122177010662
Binary11011000110010111001100110101001011111110001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB26; }

 p { color: rgb(216,203,38); }

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

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

 a { background-color: rgb(216,203,38); }

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

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

 span { border-color: rgb(216,203,38); }

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