Html Css Color HEX #DAEA89 Primrose

📋 copy color: '#DAEA89'

red 218 ◦ green 234 ◦ blue 137

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

Shades of Primrose #DAEA89

Tints of Primrose #DAEA89

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.73%

 BLUE value IS 137 (53.91% from 255) = 23.26%

R = 37.01%
G = 39.73%
B = 23.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#DAEA89 (or 0xDAEA89) is known color: Primrose. HEX triplet: DA, EA and 89. RGB value is (218,234,137). Sum of RGB (Red+Green+Blue) = 218+234+137=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA89 is #251576. Grayscale: #DADADA. Windows color (decimal): -2430327 or 9038554. OLE color: 9038554.

HSL color Cylindrical-coordinate representation of color #DAEA89: hue angle of 69.9º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAEA89 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 137 -
CMYK 0.07 0 0.41 0.08
HSL 69.9º 0.7% 0.73% -
HSV(B) 69.9º 0.41% 0.92% -
XYZ 62.85 75.56 34.94 -
YUV 218.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 218 234 137 0.07 0 0.41 0.08 69.9 0.7 0.73
Hex DA EA 89 7 0 29 8 46 46 49
Octal 332 352 211 7 0 51 10 106 106 111
Binary 11011010 11101010 10001001 111 0 101001 1000 1000110 1000110 1001001

Color Harmonies of #DAEA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA89

Black with #DAEA89

Text Example


Text Example

White with #DAEA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA89; }

 p { color: rgb(218,234,137); }

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

background-color css

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

 a { background-color: rgb(218,234,137); }

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

border-color css

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

 span { border-color: rgb(218,234,137); }

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