Html Css Color HEX #D9DB9A Primrose

📋 copy color: '#D9DB9A'

red 217 ◦ green 219 ◦ blue 154

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

Shades of Primrose #D9DB9A

Tints of Primrose #D9DB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 154 (60.55% from 255) = 26.1%

R = 36.78%
G = 37.12%
B = 26.1%

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

#D9DB9A (or 0xD9DB9A) is known color: Primrose. HEX triplet: D9, DB and 9A. RGB value is (217,219,154). Sum of RGB (Red+Green+Blue) = 217+219+154=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB9A is #262465. Grayscale: #D3D3D3. Windows color (decimal): -2499686 or 10148825. OLE color: 10148825.

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

Color convert

RGB 217 219 154 -
CMYK 0.01 0 0.30 0.14
HSL 61.85º 0.47% 0.73% -
HSV(B) 61.85º 0.3% 0.86% -
XYZ 59.78 67.75 40.5 -
YUV 210.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 217 219 154 0.01 0 0.30 0.14 61.85 0.47 0.73
Hex D9 DB 9A 1 0 1E E 3E 2F 49
Octal 331 333 232 1 0 36 16 76 57 111
Binary 11011001 11011011 10011010 1 0 11110 1110 111110 101111 1001001

Color Harmonies of #D9DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DB9A

Black with #D9DB9A

Text Example


Text Example

White with #D9DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DB9A; }

 p { color: rgb(217,219,154); }

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

background-color css

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

 a { background-color: rgb(217,219,154); }

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

border-color css

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

 span { border-color: rgb(217,219,154); }

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