Html Css Color HEX #DAE193 Primrose

📋 copy color: '#DAE193'

red 218 ◦ green 225 ◦ blue 147

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

Shades of Primrose #DAE193

Tints of Primrose #DAE193

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.14%

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

R = 36.95%
G = 38.14%
B = 24.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#DAE193 (or 0xDAE193) is known color: Primrose. HEX triplet: DA, E1 and 93. RGB value is (218,225,147). Sum of RGB (Red+Green+Blue) = 218+225+147=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE193 is #251E6C. Grayscale: #D6D6D6. Windows color (decimal): -2432621 or 9691610. OLE color: 9691610.

HSL color Cylindrical-coordinate representation of color #DAE193: hue angle of 65.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE193 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 147 -
CMYK 0.03 0 0.35 0.12
HSL 65.38º 0.57% 0.73% -
HSV(B) 65.38º 0.35% 0.88% -
XYZ 61.11 70.86 38.06 -
YUV 214.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 218 225 147 0.03 0 0.35 0.12 65.38 0.57 0.73
Hex DA E1 93 3 0 23 C 41 39 49
Octal 332 341 223 3 0 43 14 101 71 111
Binary 11011010 11100001 10010011 11 0 100011 1100 1000001 111001 1001001

Color Harmonies of #DAE193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE193

Black with #DAE193

Text Example


Text Example

White with #DAE193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE193; }

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

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

background-color css

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

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

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

border-color css

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

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

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