#DADE84

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

Shades of Primrose #DADE84

Tints of Primrose #DADE84

Color information

#DADE84 (or 0xDADE84) is unknown color: approx Primrose. HEX triplet: DA, DE and 84. RGB value is (218,222,132). Sum of RGB (Red+Green+Blue) = 218+222+132=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE84 is #25217B. Grayscale: #D2D2D2. Windows color (decimal): -2433404 or 8707802. OLE color: 8707802.

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

Color convert

RGB218222132-
CMYK0.0200.410.13
HSL62.67º57.69%69.41%-
HSV(B)62.67º40.54%87.06%-
XYZ59.268.8131.99-
YUV210.5483.67133.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 132 (51.95% from 255) = 23.08%
R=38.11%
G=38.81%
B=23.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221320.0200.410.1362.6757.6969.41
HexDADE842029D3f3a45
Octal3323362042051157772105
Binary11011010110111101000010010010100111011111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE84; }

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

 H1.HeaderClassName
 {
   color: #DADE84;
 }
 .AnyTagClassName
 {
   color: #DADE84;
 }
</style>
background-color css

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

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

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

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

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

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