#D9D48B

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

Shades of Primrose #D9D48B

Tints of Primrose #D9D48B

Color information

#D9D48B (or 0xD9D48B) is unknown color: approx Primrose. HEX triplet: D9, D4 and 8B. RGB value is (217,212,139). Sum of RGB (Red+Green+Blue) = 217+212+139=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D48B is #262B74. Grayscale: #CDCDCD. Windows color (decimal): -2501493 or 9163993. OLE color: 9163993.

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

Color convert

RGB217212139-
CMYK00.020.360.15
HSL56.15º50.65%69.8%-
HSV(B)56.15º35.94%85.1%-
XYZ56.8263.733.73-
YUV205.1790.66136.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 212 (83.20% from 255) = 37.32%
BLUE value IS 139 (54.69% from 255) = 24.47%
R=38.20%
G=37.32%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721213900.020.360.1556.1550.6569.8
HexD9D48B0224F383346
Octal3313242130244177063106
Binary11011001110101001000101101010010011111110001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D48B; }

 p { color: rgb(217,212,139); }

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

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

 a { background-color: rgb(217,212,139); }

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

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

 span { border-color: rgb(217,212,139); }

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