Html Css Color HEX #D9DA8F Primrose

📋 copy color: '#D9DA8F'

red 217 ◦ green 218 ◦ blue 143

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

Shades of Primrose #D9DA8F

Tints of Primrose #D9DA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.74%

R = 37.54%
G = 37.72%
B = 24.74%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9DA8F (or 0xD9DA8F) is known color: Primrose. HEX triplet: D9, DA and 8F. RGB value is (217,218,143). Sum of RGB (Red+Green+Blue) = 217+218+143=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA8F is #262570. Grayscale: #D1D1D1. Windows color (decimal): -2499953 or 9427673. OLE color: 9427673.

HSL color Cylindrical-coordinate representation of color #D9DA8F: hue angle of 60.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9DA8F is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 143 -
CMYK 0.00 0 0.34 0.15
HSL 60.8º 0.5% 0.71% -
HSV(B) 60.8º 0.34% 0.85% -
XYZ 58.64 66.88 35.8 -
YUV 209.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 217 218 143 0.00 0 0.34 0.15 60.8 0.5 0.71
Hex D9 DA 8F 0 0 22 F 3D 32 47
Octal 331 332 217 0 0 42 17 75 62 107
Binary 11011001 11011010 10001111 0 0 100010 1111 111101 110010 1000111

Color Harmonies of #D9DA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA8F

Black with #D9DA8F

Text Example


Text Example

White with #D9DA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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