Html Css Color HEX #D9DF9C Primrose

📋 copy color: '#D9DF9C'

red 217 ◦ green 223 ◦ blue 156

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

Shades of Primrose #D9DF9C

Tints of Primrose #D9DF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.17%

R = 36.41%
G = 37.42%
B = 26.17%

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

#D9DF9C (or 0xD9DF9C) is known color: Primrose. HEX triplet: D9, DF and 9C. RGB value is (217,223,156). Sum of RGB (Red+Green+Blue) = 217+223+156=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DF9C is #262063. Grayscale: #D5D5D5. Windows color (decimal): -2498660 or 10280921. OLE color: 10280921.

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

Color convert

RGB 217 223 156 -
CMYK 0.03 0 0.30 0.13
HSL 65.37º 0.51% 0.74% -
HSV(B) 65.37º 0.3% 0.87% -
XYZ 61 69.93 41.73 -
YUV 213.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 217 223 156 0.03 0 0.30 0.13 65.37 0.51 0.74
Hex D9 DF 9C 3 0 1E D 41 33 4A
Octal 331 337 234 3 0 36 15 101 63 112
Binary 11011001 11011111 10011100 11 0 11110 1101 1000001 110011 1001010

Color Harmonies of #D9DF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DF9C

Black with #D9DF9C

Text Example


Text Example

White with #D9DF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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