Html Css Color HEX #DAE096 Primrose

📋 copy color: '#DAE096'

red 218 ◦ green 224 ◦ blue 150

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

Shades of Primrose #DAE096

Tints of Primrose #DAE096

RGB

 RED value IS 218 (85.55% from 255) = 36.82%

 GREEN value IS 224 (87.89% from 255) = 37.84%

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

R = 36.82%
G = 37.84%
B = 25.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#DAE096 (or 0xDAE096) is known color: Primrose. HEX triplet: DA, E0 and 96. RGB value is (218,224,150). Sum of RGB (Red+Green+Blue) = 218+224+150=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE096 is #251F69. Grayscale: #D6D6D6. Windows color (decimal): -2432874 or 9887962. OLE color: 9887962.

HSL color Cylindrical-coordinate representation of color #DAE096: hue angle of 64.86º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE096 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 150 -
CMYK 0.03 0 0.33 0.12
HSL 64.86º 0.54% 0.73% -
HSV(B) 64.86º 0.33% 0.88% -
XYZ 61.07 70.42 39.23 -
YUV 213.77 92.01 131.02 -
System Red Green Blue C M Y K H S L
Decimal 218 224 150 0.03 0 0.33 0.12 64.86 0.54 0.73
Hex DA E0 96 3 0 21 C 41 36 49
Octal 332 340 226 3 0 41 14 101 66 111
Binary 11011010 11100000 10010110 11 0 100001 1100 1000001 110110 1001001

Color Harmonies of #DAE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE096

Black with #DAE096

Text Example


Text Example

White with #DAE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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