Html Css Color HEX #DAE199 Primrose

📋 copy color: '#DAE199'

red 218 ◦ green 225 ◦ blue 153

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

Shades of Primrose #DAE199

Tints of Primrose #DAE199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.67%

R = 36.58%
G = 37.75%
B = 25.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#DAE199 (or 0xDAE199) is known color: Primrose. HEX triplet: DA, E1 and 99. RGB value is (218,225,153). Sum of RGB (Red+Green+Blue) = 218+225+153=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE199 is #251E66. Grayscale: #D6D6D6. Windows color (decimal): -2432615 or 10084826. OLE color: 10084826.

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

Color convert

RGB 218 225 153 -
CMYK 0.03 0 0.32 0.12
HSL 65.83º 0.55% 0.74% -
HSV(B) 65.83º 0.32% 0.88% -
XYZ 61.59 71.06 40.61 -
YUV 214.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 218 225 153 0.03 0 0.32 0.12 65.83 0.55 0.74
Hex DA E1 99 3 0 20 C 42 37 4A
Octal 332 341 231 3 0 40 14 102 67 112
Binary 11011010 11100001 10011001 11 0 100000 1100 1000010 110111 1001010

Color Harmonies of #DAE199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE199

Black with #DAE199

Text Example


Text Example

White with #DAE199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE199; }

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

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

background-color css

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

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

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

border-color css

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

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

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