Html Css Color HEX #DAE196 Primrose

📋 copy color: '#DAE196'

red 218 ◦ green 225 ◦ blue 150

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

Shades of Primrose #DAE196

Tints of Primrose #DAE196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.3%

R = 36.76%
G = 37.94%
B = 25.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#DAE196 (or 0xDAE196) is known color: Primrose. HEX triplet: DA, E1 and 96. RGB value is (218,225,150). Sum of RGB (Red+Green+Blue) = 218+225+150=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE196 is #251E69. Grayscale: #D6D6D6. Windows color (decimal): -2432618 or 9888218. OLE color: 9888218.

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

Color convert

RGB 218 225 150 -
CMYK 0.03 0 0.33 0.12
HSL 65.6º 0.56% 0.74% -
HSV(B) 65.6º 0.33% 0.88% -
XYZ 61.34 70.96 39.32 -
YUV 214.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 218 225 150 0.03 0 0.33 0.12 65.6 0.56 0.74
Hex DA E1 96 3 0 21 C 42 38 4A
Octal 332 341 226 3 0 41 14 102 70 112
Binary 11011010 11100001 10010110 11 0 100001 1100 1000010 111000 1001010

Color Harmonies of #DAE196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE196

Black with #DAE196

Text Example


Text Example

White with #DAE196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE196; }

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

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

background-color css

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

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

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

border-color css

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

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

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