Html Css Color HEX #DAE095 Primrose

📋 copy color: '#DAE095'

red 218 ◦ green 224 ◦ blue 149

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

Shades of Primrose #DAE095

Tints of Primrose #DAE095

RGB

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

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

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

R = 36.89%
G = 37.9%
B = 25.21%

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

#DAE095 (or 0xDAE095) is known color: Primrose. HEX triplet: DA, E0 and 95. RGB value is (218,224,149). Sum of RGB (Red+Green+Blue) = 218+224+149=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE095 is #251F6A. Grayscale: #D5D5D5. Windows color (decimal): -2432875 or 9822426. OLE color: 9822426.

HSL color Cylindrical-coordinate representation of color #DAE095: hue angle of 64.8º degrees, saturation: 0.55, 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 #DAE095 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 149 -
CMYK 0.03 0 0.33 0.12
HSL 64.8º 0.55% 0.73% -
HSV(B) 64.8º 0.33% 0.88% -
XYZ 60.99 70.39 38.81 -
YUV 213.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 218 224 149 0.03 0 0.33 0.12 64.8 0.55 0.73
Hex DA E0 95 3 0 21 C 41 37 49
Octal 332 340 225 3 0 41 14 101 67 111
Binary 11011010 11100000 10010101 11 0 100001 1100 1000001 110111 1001001

Color Harmonies of #DAE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE095

Black with #DAE095

Text Example


Text Example

White with #DAE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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