Html Css Color HEX #DADE89 Primrose

📋 copy color: '#DADE89'

red 218 ◦ green 222 ◦ blue 137

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

Shades of Primrose #DADE89

Tints of Primrose #DADE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.74%

R = 37.78%
G = 38.47%
B = 23.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DADE89 (or 0xDADE89) is known color: Primrose. HEX triplet: DA, DE and 89. RGB value is (218,222,137). Sum of RGB (Red+Green+Blue) = 218+222+137=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 137 (53.91% from 255 or 23.74% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE89 is #252176. Grayscale: #D3D3D3. Windows color (decimal): -2433399 or 9035482. OLE color: 9035482.

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

Color convert

RGB 218 222 137 -
CMYK 0.02 0 0.38 0.13
HSL 62.82º 0.56% 0.7% -
HSV(B) 62.82º 0.38% 0.87% -
XYZ 59.55 68.95 33.84 -
YUV 211.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 218 222 137 0.02 0 0.38 0.13 62.82 0.56 0.7
Hex DA DE 89 2 0 26 D 3F 38 46
Octal 332 336 211 2 0 46 15 77 70 106
Binary 11011010 11011110 10001001 10 0 100110 1101 111111 111000 1000110

Color Harmonies of #DADE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE89

Black with #DADE89

Text Example


Text Example

White with #DADE89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE89; }

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

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

background-color css

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

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

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

border-color css

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

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

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