Html Css Color HEX #DADE84 Primrose

📋 copy color: '#DADE84'

red 218 ◦ green 222 ◦ blue 132

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

Shades of Primrose #DADE84

Tints of Primrose #DADE84

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 value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DADE84 (or 0xDADE84) is known color: 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

RGB 218 222 132 -
CMYK 0.02 0 0.41 0.13
HSL 62.67º 0.58% 0.69% -
HSV(B) 62.67º 0.41% 0.87% -
XYZ 59.2 68.81 31.99 -
YUV 210.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 218 222 132 0.02 0 0.41 0.13 62.67 0.58 0.69
Hex DA DE 84 2 0 29 D 3F 3A 45
Octal 332 336 204 2 0 51 15 77 72 105
Binary 11011010 11011110 10000100 10 0 101001 1101 111111 111010 1000101

Color Harmonies of #DADE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE84

Black with #DADE84

Text Example


Text Example

White with #DADE84

Text Example


Text Example

HTML Codes & Css Web 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>