Html Css Color HEX #DAE493 Primrose

📋 copy color: '#DAE493'

red 218 ◦ green 228 ◦ blue 147

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

Shades of Primrose #DAE493

Tints of Primrose #DAE493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.79%

R = 36.76%
G = 38.45%
B = 24.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#DAE493 (or 0xDAE493) is known color: Primrose. HEX triplet: DA, E4 and 93. RGB value is (218,228,147). Sum of RGB (Red+Green+Blue) = 218+228+147=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE493 is #251B6C. Grayscale: #D8D8D8. Windows color (decimal): -2431853 or 9692378. OLE color: 9692378.

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

Color convert

RGB 218 228 147 -
CMYK 0.04 0 0.36 0.11
HSL 67.41º 0.6% 0.74% -
HSV(B) 67.41º 0.36% 0.89% -
XYZ 61.92 72.5 38.33 -
YUV 215.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 218 228 147 0.04 0 0.36 0.11 67.41 0.6 0.74
Hex DA E4 93 4 0 24 B 43 3C 4A
Octal 332 344 223 4 0 44 13 103 74 112
Binary 11011010 11100100 10010011 100 0 100100 1011 1000011 111100 1001010

Color Harmonies of #DAE493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE493

Black with #DAE493

Text Example


Text Example

White with #DAE493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE493; }

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

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

background-color css

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

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

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

border-color css

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

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

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