#D5CA26

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

Shades of Barberry #D5CA26

Tints of Barberry #D5CA26

Color information

#D5CA26 (or 0xD5CA26) is unknown color: approx Barberry. HEX triplet: D5, CA and 26. RGB value is (213,202,38). Sum of RGB (Red+Green+Blue) = 213+202+38=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 38 (15.23% from 255 or 8.39% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA26 is #2A35D9. Grayscale: #BBBBBB. Windows color (decimal): -2766298 or 2542293. OLE color: 2542293.

HSL color Cylindrical-coordinate representation of color #D5CA26: hue angle of 56.23º 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 #D5CA26 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB21320238-
CMYK00.050.820.16
HSL56.23º69.72%49.22%-
HSV(B)56.23º82.16%83.53%-
XYZ48.9156.5310.17-
YUV186.5944.14146.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 38 (15.23% from 255) = 8.39%
R=47.02%
G=44.59%
B=8.39%

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
Decimal2132023800.050.820.1656.2369.7249.22
HexD5CA26055210384631
Octal3253124605122207010661
Binary110101011100101010011001011010010100001110001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA26; }

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

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

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

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

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

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

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

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