Html Css Color HEX #D4DA96 Primrose

📋 copy color: '#D4DA96'

red 212 ◦ green 218 ◦ blue 150

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

Shades of Primrose #D4DA96

Tints of Primrose #D4DA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.86%

R = 36.55%
G = 37.59%
B = 25.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D4DA96 (or 0xD4DA96) is known color: Primrose. HEX triplet: D4, DA and 96. RGB value is (212,218,150). Sum of RGB (Red+Green+Blue) = 212+218+150=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DA96 is #2B2569. Grayscale: #D0D0D0. Windows color (decimal): -2827626 or 9886420. OLE color: 9886420.

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

Color convert

RGB 212 218 150 -
CMYK 0.03 0 0.31 0.15
HSL 65.29º 0.48% 0.72% -
HSV(B) 65.29º 0.31% 0.85% -
XYZ 57.73 66.34 38.62 -
YUV 208.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 212 218 150 0.03 0 0.31 0.15 65.29 0.48 0.72
Hex D4 DA 96 3 0 1F F 41 30 48
Octal 324 332 226 3 0 37 17 101 60 110
Binary 11010100 11011010 10010110 11 0 11111 1111 1000001 110000 1001000

Color Harmonies of #D4DA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA96

Black with #D4DA96

Text Example


Text Example

White with #D4DA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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