Html Css Color HEX #DAE48E Primrose

📋 copy color: '#DAE48E'

red 218 ◦ green 228 ◦ blue 142

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

Shades of Primrose #DAE48E

Tints of Primrose #DAE48E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.78%

 BLUE value IS 142 (55.86% from 255) = 24.15%

R = 37.07%
G = 38.78%
B = 24.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DAE48E (or 0xDAE48E) is known color: Primrose. HEX triplet: DA, E4 and 8E. RGB value is (218,228,142). Sum of RGB (Red+Green+Blue) = 218+228+142=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE48E is #251B71. Grayscale: #D7D7D7. Windows color (decimal): -2431858 or 9364698. OLE color: 9364698.

HSL color Cylindrical-coordinate representation of color #DAE48E: hue angle of 66.98º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE48E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 142 -
CMYK 0.04 0 0.38 0.11
HSL 66.98º 0.61% 0.73% -
HSV(B) 66.98º 0.38% 0.89% -
XYZ 61.54 72.35 36.31 -
YUV 215.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 218 228 142 0.04 0 0.38 0.11 66.98 0.61 0.73
Hex DA E4 8E 4 0 26 B 43 3D 49
Octal 332 344 216 4 0 46 13 103 75 111
Binary 11011010 11100100 10001110 100 0 100110 1011 1000011 111101 1001001

Color Harmonies of #DAE48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE48E

Black with #DAE48E

Text Example


Text Example

White with #DAE48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE48E; }

 p { color: rgb(218,228,142); }

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

background-color css

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

 a { background-color: rgb(218,228,142); }

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

border-color css

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

 span { border-color: rgb(218,228,142); }

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