Html Css Color HEX #D9DF8E Primrose

📋 copy color: '#D9DF8E'

red 217 ◦ green 223 ◦ blue 142

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

Shades of Primrose #D9DF8E

Tints of Primrose #D9DF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.32%

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

R = 37.29%
G = 38.32%
B = 24.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#D9DF8E (or 0xD9DF8E) is known color: Primrose. HEX triplet: D9, DF and 8E. RGB value is (217,223,142). Sum of RGB (Red+Green+Blue) = 217+223+142=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF8E is #262071. Grayscale: #D4D4D4. Windows color (decimal): -2498674 or 9363417. OLE color: 9363417.

HSL color Cylindrical-coordinate representation of color #D9DF8E: hue angle of 64.44º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9DF8E is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 223 142 -
CMYK 0.03 0 0.36 0.13
HSL 64.44º 0.56% 0.72% -
HSV(B) 64.44º 0.36% 0.87% -
XYZ 59.89 69.48 35.85 -
YUV 211.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 217 223 142 0.03 0 0.36 0.13 64.44 0.56 0.72
Hex D9 DF 8E 3 0 24 D 40 38 48
Octal 331 337 216 3 0 44 15 100 70 110
Binary 11011001 11011111 10001110 11 0 100100 1101 1000000 111000 1001000

Color Harmonies of #D9DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF8E

Black with #D9DF8E

Text Example


Text Example

White with #D9DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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