Html Css Color HEX #D9D58E Primrose

📋 copy color: '#D9D58E'

red 217 ◦ green 213 ◦ blue 142

#D9D58E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #D9D58E

Tints of Primrose #D9D58E

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 142 (55.86% from 255) = 24.83%

R = 37.94%
G = 37.24%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9D58E (or 0xD9D58E) is known color: Primrose. HEX triplet: D9, D5 and 8E. RGB value is (217,213,142). Sum of RGB (Red+Green+Blue) = 217+213+142=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D58E is #262A71. Grayscale: #CECECE. Windows color (decimal): -2501234 or 9360857. OLE color: 9360857.

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

Color convert

RGB 217 213 142 -
CMYK 0 0.02 0.35 0.15
HSL 56.8º 0.5% 0.7% -
HSV(B) 56.8º 0.35% 0.85% -
XYZ 57.29 64.29 34.98 -
YUV 206.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 217 213 142 0 0.02 0.35 0.15 56.8 0.5 0.7
Hex D9 D5 8E 0 2 23 F 39 32 46
Octal 331 325 216 0 2 43 17 71 62 106
Binary 11011001 11010101 10001110 0 10 100011 1111 111001 110010 1000110

Color Harmonies of #D9D58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D58E

Black with #D9D58E

Text Example


Text Example

White with #D9D58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D58E; }

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

 H1.HeaderClassName
 {
   color: #D9D58E;
 }
 .AnyTagClassName
 {
   color: #D9D58E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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