Html Css Color HEX #D9DA98 Primrose

📋 copy color: '#D9DA98'

red 217 ◦ green 218 ◦ blue 152

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

Shades of Primrose #D9DA98

Tints of Primrose #D9DA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

 BLUE value IS 152 (59.77% from 255) = 25.89%

R = 36.97%
G = 37.14%
B = 25.89%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9DA98 (or 0xD9DA98) is known color: Primrose. HEX triplet: D9, DA and 98. RGB value is (217,218,152). Sum of RGB (Red+Green+Blue) = 217+218+152=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA98 is #262567. Grayscale: #D2D2D2. Windows color (decimal): -2499944 or 10017497. OLE color: 10017497.

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

Color convert

RGB 217 218 152 -
CMYK 0.00 0 0.30 0.15
HSL 60.91º 0.47% 0.73% -
HSV(B) 60.91º 0.3% 0.85% -
XYZ 59.35 67.16 39.54 -
YUV 210.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 217 218 152 0.00 0 0.30 0.15 60.91 0.47 0.73
Hex D9 DA 98 0 0 1E F 3D 2F 49
Octal 331 332 230 0 0 36 17 75 57 111
Binary 11011001 11011010 10011000 0 0 11110 1111 111101 101111 1001001

Color Harmonies of #D9DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA98

Black with #D9DA98

Text Example


Text Example

White with #D9DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA98; }

 p { color: rgb(217,218,152); }

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

background-color css

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

 a { background-color: rgb(217,218,152); }

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

border-color css

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

 span { border-color: rgb(217,218,152); }

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