Html Css Color HEX #DED489 Primrose

📋 copy color: '#DED489'

red 222 ◦ green 212 ◦ blue 137

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

Shades of Primrose #DED489

Tints of Primrose #DED489

RGB

 RED value IS 222 (87.11% from 255) = 38.88%

 GREEN value IS 212 (83.2% from 255) = 37.13%

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

R = 38.88%
G = 37.13%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DED489 (or 0xDED489) is known color: Primrose. HEX triplet: DE, D4 and 89. RGB value is (222,212,137). Sum of RGB (Red+Green+Blue) = 222+212+137=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 137 (53.91% from 255 or 23.99% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DED489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED489 is #212B76. Grayscale: #CECECE. Windows color (decimal): -2173815 or 9032926. OLE color: 9032926.

HSL color Cylindrical-coordinate representation of color #DED489: hue angle of 52.94º 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 #DED489 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 212 137 -
CMYK 0 0.05 0.38 0.13
HSL 52.94º 0.56% 0.7% -
HSV(B) 52.94º 0.38% 0.87% -
XYZ 58.18 64.42 33.04 -
YUV 206.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 222 212 137 0 0.05 0.38 0.13 52.94 0.56 0.7
Hex DE D4 89 0 5 26 D 35 38 46
Octal 336 324 211 0 5 46 15 65 70 106
Binary 11011110 11010100 10001001 0 101 100110 1101 110101 111000 1000110

Color Harmonies of #DED489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED489

Black with #DED489

Text Example


Text Example

White with #DED489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED489; }

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

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

background-color css

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

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

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

border-color css

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

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

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