Html Css Color HEX #DADE98 Primrose

📋 copy color: '#DADE98'

red 218 ◦ green 222 ◦ blue 152

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

Shades of Primrose #DADE98

Tints of Primrose #DADE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.68%

R = 36.82%
G = 37.5%
B = 25.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DADE98 (or 0xDADE98) is known color: Primrose. HEX triplet: DA, DE and 98. RGB value is (218,222,152). Sum of RGB (Red+Green+Blue) = 218+222+152=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE98 is #252167. Grayscale: #D5D5D5. Windows color (decimal): -2433384 or 10018522. OLE color: 10018522.

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

Color convert

RGB 218 222 152 -
CMYK 0.02 0 0.32 0.13
HSL 63.43º 0.51% 0.73% -
HSV(B) 63.43º 0.32% 0.87% -
XYZ 60.7 69.41 39.9 -
YUV 212.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 218 222 152 0.02 0 0.32 0.13 63.43 0.51 0.73
Hex DA DE 98 2 0 20 D 3F 33 49
Octal 332 336 230 2 0 40 15 77 63 111
Binary 11011010 11011110 10011000 10 0 100000 1101 111111 110011 1001001

Color Harmonies of #DADE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE98

Black with #DADE98

Text Example


Text Example

White with #DADE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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