#D5CB26

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

Shades of Barberry #D5CB26

Tints of Barberry #D5CB26

Color information

#D5CB26 (or 0xD5CB26) is unknown color: approx Barberry. HEX triplet: D5, CB and 26. RGB value is (213,203,38). Sum of RGB (Red+Green+Blue) = 213+203+38=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB26 is #2A34D9. Grayscale: #BBBBBB. Windows color (decimal): -2766042 or 2542549. OLE color: 2542549.

HSL color Cylindrical-coordinate representation of color #D5CB26: hue angle of 56.57º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5CB26 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21320338-
CMYK00.050.820.16
HSL56.57º69.72%49.22%-
HSV(B)56.57º82.16%83.53%-
XYZ49.155710.25-
YUV187.1843.81146.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 38 (15.23% from 255) = 8.37%
R=46.92%
G=44.71%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132033800.050.820.1656.5769.7249.22
HexD5CB26055210394631
Octal3253134605122207110661
Binary110101011100101110011001011010010100001110011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB26; }

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

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

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

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

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

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

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

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