Html Css Color HEX #D9DF9D Primrose

📋 copy color: '#D9DF9D'

red 217 ◦ green 223 ◦ blue 157

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

Shades of Primrose #D9DF9D

Tints of Primrose #D9DF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.3%

R = 36.35%
G = 37.35%
B = 26.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#D9DF9D (or 0xD9DF9D) is known color: Primrose. HEX triplet: D9, DF and 9D. RGB value is (217,223,157). Sum of RGB (Red+Green+Blue) = 217+223+157=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF9D is #262062. Grayscale: #D5D5D5. Windows color (decimal): -2498659 or 10346457. OLE color: 10346457.

HSL color Cylindrical-coordinate representation of color #D9DF9D: hue angle of 65.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9DF9D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 223 157 -
CMYK 0.03 0 0.30 0.13
HSL 65.45º 0.51% 0.75% -
HSV(B) 65.45º 0.3% 0.87% -
XYZ 61.09 69.96 42.18 -
YUV 213.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 217 223 157 0.03 0 0.30 0.13 65.45 0.51 0.75
Hex D9 DF 9D 3 0 1E D 41 33 4B
Octal 331 337 235 3 0 36 15 101 63 113
Binary 11011001 11011111 10011101 11 0 11110 1101 1000001 110011 1001011

Color Harmonies of #D9DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF9D

Black with #D9DF9D

Text Example


Text Example

White with #D9DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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