Html Css Color HEX #D9DB97 Primrose

📋 copy color: '#D9DB97'

red 217 ◦ green 219 ◦ blue 151

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

Shades of Primrose #D9DB97

Tints of Primrose #D9DB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.72%

R = 36.97%
G = 37.31%
B = 25.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#D9DB97 (or 0xD9DB97) is known color: Primrose. HEX triplet: D9, DB and 97. RGB value is (217,219,151). Sum of RGB (Red+Green+Blue) = 217+219+151=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB97 is #262468. Grayscale: #D2D2D2. Windows color (decimal): -2499689 or 9952217. OLE color: 9952217.

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

Color convert

RGB 217 219 151 -
CMYK 0.01 0 0.31 0.14
HSL 61.76º 0.49% 0.73% -
HSV(B) 61.76º 0.31% 0.86% -
XYZ 59.53 67.65 39.2 -
YUV 210.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 217 219 151 0.01 0 0.31 0.14 61.76 0.49 0.73
Hex D9 DB 97 1 0 1F E 3E 31 49
Octal 331 333 227 1 0 37 16 76 61 111
Binary 11011001 11011011 10010111 1 0 11111 1110 111110 110001 1001001

Color Harmonies of #D9DB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DB97

Black with #D9DB97

Text Example


Text Example

White with #D9DB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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