Html Css Color HEX #DADE99 Primrose

📋 copy color: '#DADE99'

red 218 ◦ green 222 ◦ blue 153

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

Shades of Primrose #DADE99

Tints of Primrose #DADE99

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.44%

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

R = 36.76%
G = 37.44%
B = 25.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DADE99 (or 0xDADE99) is known color: Primrose. HEX triplet: DA, DE and 99. RGB value is (218,222,153). Sum of RGB (Red+Green+Blue) = 218+222+153=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE99 is #252166. Grayscale: #D5D5D5. Windows color (decimal): -2433383 or 10084058. OLE color: 10084058.

HSL color Cylindrical-coordinate representation of color #DADE99: hue angle of 63.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DADE99 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 153 -
CMYK 0.02 0 0.31 0.13
HSL 63.48º 0.51% 0.74% -
HSV(B) 63.48º 0.31% 0.87% -
XYZ 60.78 69.45 40.34 -
YUV 212.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 218 222 153 0.02 0 0.31 0.13 63.48 0.51 0.74
Hex DA DE 99 2 0 1F D 3F 33 4A
Octal 332 336 231 2 0 37 15 77 63 112
Binary 11011010 11011110 10011001 10 0 11111 1101 111111 110011 1001010

Color Harmonies of #DADE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE99

Black with #DADE99

Text Example


Text Example

White with #DADE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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