Html Css Color HEX #D4DA95 Primrose

📋 copy color: '#D4DA95'

red 212 ◦ green 218 ◦ blue 149

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

Shades of Primrose #D4DA95

Tints of Primrose #D4DA95

RGB

 RED value IS 212 (83.2% from 255) = 36.61%

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

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

R = 36.61%
G = 37.65%
B = 25.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D4DA95 (or 0xD4DA95) is known color: Primrose. HEX triplet: D4, DA and 95. RGB value is (212,218,149). Sum of RGB (Red+Green+Blue) = 212+218+149=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA95 is #2B256A. Grayscale: #D0D0D0. Windows color (decimal): -2827627 or 9820884. OLE color: 9820884.

HSL color Cylindrical-coordinate representation of color #D4DA95: hue angle of 65.22º 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 #D4DA95 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 149 -
CMYK 0.03 0 0.32 0.15
HSL 65.22º 0.48% 0.72% -
HSV(B) 65.22º 0.32% 0.85% -
XYZ 57.65 66.31 38.19 -
YUV 208.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 212 218 149 0.03 0 0.32 0.15 65.22 0.48 0.72
Hex D4 DA 95 3 0 20 F 41 30 48
Octal 324 332 225 3 0 40 17 101 60 110
Binary 11010100 11011010 10010101 11 0 100000 1111 1000001 110000 1001000

Color Harmonies of #D4DA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA95

Black with #D4DA95

Text Example


Text Example

White with #D4DA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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