#D8D28E

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

Shades of Primrose #D8D28E

Tints of Primrose #D8D28E

Color information

#D8D28E (or 0xD8D28E) is unknown color: approx Primrose. HEX triplet: D8, D2 and 8E. RGB value is (216,210,142). Sum of RGB (Red+Green+Blue) = 216+210+142=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D28E is #272D71. Grayscale: #CCCCCC. Windows color (decimal): -2567538 or 9360088. OLE color: 9360088.

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

Color convert

RGB216210142-
CMYK00.030.340.15
HSL55.14º48.68%70.2%-
HSV(B)55.14º34.26%84.71%-
XYZ56.2562.6534.72-
YUV204.0492.99136.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 210 (82.42% from 255) = 36.97%
BLUE value IS 142 (55.86% from 255) = 25%
R=38.03%
G=36.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621014200.030.340.1555.1448.6870.2
HexD8D28E0322F373146
Octal3303222160342176761106
Binary11011000110100101000111001110001011111101111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D28E; }

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

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

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

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

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

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

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

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