#D8D58C

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

Shades of Primrose #D8D58C

Tints of Primrose #D8D58C

Color information

#D8D58C (or 0xD8D58C) is unknown color: approx Primrose. HEX triplet: D8, D5 and 8C. RGB value is (216,213,140). Sum of RGB (Red+Green+Blue) = 216+213+140=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D58C is #272A73. Grayscale: #CDCDCD. Windows color (decimal): -2566772 or 9229784. OLE color: 9229784.

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

Color convert

RGB216213140-
CMYK00.010.350.15
HSL57.63º49.35%69.8%-
HSV(B)57.63º35.19%84.71%-
XYZ56.8564.0834.18-
YUV205.5890.99135.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=37.96%
G=37.43%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621314000.010.350.1557.6349.3569.8
HexD8D58C0123F3a3146
Octal3303252140143177261106
Binary1101100011010101100011000110001111111110101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D58C; }

 p { color: rgb(216,213,140); }

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

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

 a { background-color: rgb(216,213,140); }

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

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

 span { border-color: rgb(216,213,140); }

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