Html Css Color HEX #DAE595 Primrose

📋 copy color: '#DAE595'

red 218 ◦ green 229 ◦ blue 149

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

Shades of Primrose #DAE595

Tints of Primrose #DAE595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.42%

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

R = 36.58%
G = 38.42%
B = 25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DAE595 (or 0xDAE595) is known color: Primrose. HEX triplet: DA, E5 and 95. RGB value is (218,229,149). Sum of RGB (Red+Green+Blue) = 218+229+149=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE595 is #251A6A. Grayscale: #D8D8D8. Windows color (decimal): -2431595 or 9823706. OLE color: 9823706.

HSL color Cylindrical-coordinate representation of color #DAE595: hue angle of 68.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE595 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 149 -
CMYK 0.05 0 0.35 0.10
HSL 68.25º 0.61% 0.74% -
HSV(B) 68.25º 0.35% 0.9% -
XYZ 62.36 73.11 39.26 -
YUV 216.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 218 229 149 0.05 0 0.35 0.10 68.25 0.61 0.74
Hex DA E5 95 5 0 23 A 44 3D 4A
Octal 332 345 225 5 0 43 12 104 75 112
Binary 11011010 11100101 10010101 101 0 100011 1010 1000100 111101 1001010

Color Harmonies of #DAE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE595

Black with #DAE595

Text Example


Text Example

White with #DAE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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