#D6D58E

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

Shades of Primrose #D6D58E

Tints of Primrose #D6D58E

Color information

#D6D58E (or 0xD6D58E) is unknown color: approx Primrose. HEX triplet: D6, D5 and 8E. RGB value is (214,213,142). Sum of RGB (Red+Green+Blue) = 214+213+142=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D58E is #292A71. Grayscale: #CDCDCD. Windows color (decimal): -2697842 or 9360854. OLE color: 9360854.

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

Color convert

RGB214213142-
CMYK00.000.340.16
HSL59.17º46.75%69.8%-
HSV(B)59.17º33.64%83.92%-
XYZ56.4163.8434.94-
YUV205.292.33134.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=37.61%
G=37.43%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421314200.000.340.1659.1746.7569.8
HexD6D58E0022103b2f46
Octal3263252160042207357106
Binary11010110110101011000111000100010100001110111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D58E; }

 p { color: rgb(214,213,142); }

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

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

 a { background-color: rgb(214,213,142); }

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

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

 span { border-color: rgb(214,213,142); }

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