#D9D58A

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

Shades of Primrose #D9D58A

Tints of Primrose #D9D58A

Color information

#D9D58A (or 0xD9D58A) is unknown color: approx Primrose. HEX triplet: D9, D5 and 8A. RGB value is (217,213,138). Sum of RGB (Red+Green+Blue) = 217+213+138=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D58A is #262A75. Grayscale: #CDCDCD. Windows color (decimal): -2501238 or 9098713. OLE color: 9098713.

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

Color convert

RGB217213138-
CMYK00.020.360.15
HSL56.96º50.97%69.61%-
HSV(B)56.96º36.41%85.1%-
XYZ5764.1833.43-
YUV205.6589.83136.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 213 (83.59% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 24.30%
R=38.20%
G=37.5%
B=24.30%

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
Decimal21721313800.020.360.1556.9650.9769.61
HexD9D58A0224F393346
Octal3313252120244177163106
Binary11011001110101011000101001010010011111110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D58A; }

 p { color: rgb(217,213,138); }

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

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

 a { background-color: rgb(217,213,138); }

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

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

 span { border-color: rgb(217,213,138); }

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