Html Css Color HEX #D9DC9B Primrose

📋 copy color: '#D9DC9B'

red 217 ◦ green 220 ◦ blue 155

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

Shades of Primrose #D9DC9B

Tints of Primrose #D9DC9B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.16%

 BLUE value IS 155 (60.94% from 255) = 26.18%

R = 36.66%
G = 37.16%
B = 26.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#D9DC9B (or 0xD9DC9B) is known color: Primrose. HEX triplet: D9, DC and 9B. RGB value is (217,220,155). Sum of RGB (Red+Green+Blue) = 217+220+155=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC9B is #262364. Grayscale: #D3D3D3. Windows color (decimal): -2499429 or 10214617. OLE color: 10214617.

HSL color Cylindrical-coordinate representation of color #D9DC9B: hue angle of 62.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9DC9B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 155 -
CMYK 0.01 0 0.30 0.14
HSL 62.77º 0.48% 0.74% -
HSV(B) 62.77º 0.3% 0.86% -
XYZ 60.12 68.3 41.03 -
YUV 211.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 217 220 155 0.01 0 0.30 0.14 62.77 0.48 0.74
Hex D9 DC 9B 1 0 1E E 3F 30 4A
Octal 331 334 233 1 0 36 16 77 60 112
Binary 11011001 11011100 10011011 1 0 11110 1110 111111 110000 1001010

Color Harmonies of #D9DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC9B

Black with #D9DC9B

Text Example


Text Example

White with #D9DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC9B; }

 p { color: rgb(217,220,155); }

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

background-color css

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

 a { background-color: rgb(217,220,155); }

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

border-color css

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

 span { border-color: rgb(217,220,155); }

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