#D8D38E

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

Shades of Primrose #D8D38E

Tints of Primrose #D8D38E

Color information

#D8D38E (or 0xD8D38E) is unknown color: approx Primrose. HEX triplet: D8, D3 and 8E. RGB value is (216,211,142). Sum of RGB (Red+Green+Blue) = 216+211+142=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D38E is #272C71. Grayscale: #CCCCCC. Windows color (decimal): -2567282 or 9360344. OLE color: 9360344.

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

Color convert

RGB216211142-
CMYK00.020.340.15
HSL55.95º48.68%70.2%-
HSV(B)55.95º34.26%84.71%-
XYZ56.563.1434.8-
YUV204.6392.66136.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=37.96%
G=37.08%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621114200.020.340.1555.9548.6870.2
HexD8D38E0222F383146
Octal3303232160242177061106
Binary11011000110100111000111001010001011111110001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D38E; }

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

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

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

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

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

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

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

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