Html Css Color HEX #D9DA95 Primrose

📋 copy color: '#D9DA95'

red 217 ◦ green 218 ◦ blue 149

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

Shades of Primrose #D9DA95

Tints of Primrose #D9DA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.51%

R = 37.16%
G = 37.33%
B = 25.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9DA95 (or 0xD9DA95) is known color: Primrose. HEX triplet: D9, DA and 95. RGB value is (217,218,149). Sum of RGB (Red+Green+Blue) = 217+218+149=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DA95 is #26256A. Grayscale: #D2D2D2. Windows color (decimal): -2499947 or 9820889. OLE color: 9820889.

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

Color convert

RGB 217 218 149 -
CMYK 0.00 0 0.32 0.15
HSL 60.87º 0.48% 0.72% -
HSV(B) 60.87º 0.32% 0.85% -
XYZ 59.11 67.06 38.26 -
YUV 209.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 217 218 149 0.00 0 0.32 0.15 60.87 0.48 0.72
Hex D9 DA 95 0 0 20 F 3D 30 48
Octal 331 332 225 0 0 40 17 75 60 110
Binary 11011001 11011010 10010101 0 0 100000 1111 111101 110000 1001000

Color Harmonies of #D9DA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA95

Black with #D9DA95

Text Example


Text Example

White with #D9DA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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