#D8CA25

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

Shades of Barberry #D8CA25

Tints of Barberry #D8CA25

Color information

#D8CA25 (or 0xD8CA25) is unknown color: approx Barberry. HEX triplet: D8, CA and 25. RGB value is (216,202,37). Sum of RGB (Red+Green+Blue) = 216+202+37=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 37 (14.84% from 255 or 8.13% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA25 is #2735DA. Grayscale: #BCBCBC. Windows color (decimal): -2569691 or 2476760. OLE color: 2476760.

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

Color convert

RGB21620237-
CMYK00.060.830.15
HSL55.31º70.75%49.61%-
HSV(B)55.31º82.87%84.71%-
XYZ49.7756.9710.12-
YUV187.3843.14148.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.47%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 37 (14.84% from 255) = 8.13%
R=47.47%
G=44.40%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162023700.060.830.1555.3170.7549.61
HexD8CA250653F374732
Octal3303124506123176710762
Binary11011000110010101001010110101001111111101111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA25; }

 p { color: rgb(216,202,37); }

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

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

 a { background-color: rgb(216,202,37); }

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

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

 span { border-color: rgb(216,202,37); }

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