#DADE98

Color #DADE98 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DADE98

Tints of Primrose #DADE98

Color information

#DADE98 (or 0xDADE98) is unknown color: approx 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

RGB218222152-
CMYK0.0200.320.13
HSL63.43º51.47%73.33%-
HSV(B)63.43º31.53%87.06%-
XYZ60.769.4139.9-
YUV212.8293.67131.69-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221520.0200.320.1363.4351.4773.33
HexDADE982020D3f3349
Octal3323362302040157763111
Binary11011010110111101001100010010000011011111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>