#D8D78E

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

Shades of Primrose #D8D78E

Tints of Primrose #D8D78E

Color information

#D8D78E (or 0xD8D78E) is unknown color: approx Primrose. HEX triplet: D8, D7 and 8E. RGB value is (216,215,142). Sum of RGB (Red+Green+Blue) = 216+215+142=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D78E is #272871. Grayscale: #CFCFCF. Windows color (decimal): -2566258 or 9361368. OLE color: 9361368.

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

Color convert

RGB216215142-
CMYK00.000.340.15
HSL59.19º48.68%70.2%-
HSV(B)59.19º34.26%84.71%-
XYZ57.565.1535.14-
YUV206.9891.33134.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=37.70%
G=37.52%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621514200.000.340.1559.1948.6870.2
HexD8D78E0022F3b3146
Octal3303272160042177361106
Binary1101100011010111100011100010001011111110111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D78E; }

 p { color: rgb(216,215,142); }

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

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

 a { background-color: rgb(216,215,142); }

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

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

 span { border-color: rgb(216,215,142); }

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