Html Css Color HEX #DED589 Primrose

📋 copy color: '#DED589'

red 222 ◦ green 213 ◦ blue 137

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

Shades of Primrose #DED589

Tints of Primrose #DED589

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

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

R = 38.81%
G = 37.24%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DED589 (or 0xDED589) is known color: Primrose. HEX triplet: DE, D5 and 89. RGB value is (222,213,137). Sum of RGB (Red+Green+Blue) = 222+213+137=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 137 (53.91% from 255 or 23.95% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DED589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED589 is #212A76. Grayscale: #CFCFCF. Windows color (decimal): -2173559 or 9033182. OLE color: 9033182.

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

Color convert

RGB 222 213 137 -
CMYK 0 0.04 0.38 0.13
HSL 53.65º 0.56% 0.7% -
HSV(B) 53.65º 0.38% 0.87% -
XYZ 58.43 64.92 33.12 -
YUV 207.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 222 213 137 0 0.04 0.38 0.13 53.65 0.56 0.7
Hex DE D5 89 0 4 26 D 36 38 46
Octal 336 325 211 0 4 46 15 66 70 106
Binary 11011110 11010101 10001001 0 100 100110 1101 110110 111000 1000110

Color Harmonies of #DED589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED589

Black with #DED589

Text Example


Text Example

White with #DED589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED589; }

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

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

background-color css

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

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

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

border-color css

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

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

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