#D8C625

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

Shades of Barberry #D8C625

Tints of Barberry #D8C625

Color information

#D8C625 (or 0xD8C625) is unknown color: approx Barberry. HEX triplet: D8, C6 and 25. RGB value is (216,198,37). Sum of RGB (Red+Green+Blue) = 216+198+37=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C625 is #2739DA. Grayscale: #B9B9B9. Windows color (decimal): -2570715 or 2475736. OLE color: 2475736.

HSL color Cylindrical-coordinate representation of color #D8C625: hue angle of 53.97º 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 #D8C625 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21619837-
CMYK00.080.830.15
HSL53.97º70.75%49.61%-
HSV(B)53.97º82.87%84.71%-
XYZ48.8555.129.82-
YUV185.0344.46150.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.89%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 37 (14.84% from 255) = 8.20%
R=47.89%
G=43.90%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161983700.080.830.1553.9770.7549.61
HexD8C6250853F364732
Octal33030645010123176610762
Binary110110001100011010010101000101001111111101101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C625; }

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

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

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

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

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

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

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

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