Html Css Color HEX #DED988 Primrose

📋 copy color: '#DED988'

red 222 ◦ green 217 ◦ blue 136

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

Shades of Primrose #DED988

Tints of Primrose #DED988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.74%

 BLUE value IS 136 (53.52% from 255) = 23.65%

R = 38.61%
G = 37.74%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DED988 (or 0xDED988) is known color: Primrose. HEX triplet: DE, D9 and 88. RGB value is (222,217,136). Sum of RGB (Red+Green+Blue) = 222+217+136=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 136 (53.52% from 255 or 23.65% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED988 is #212677. Grayscale: #D1D1D1. Windows color (decimal): -2172536 or 8968670. OLE color: 8968670.

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

Color convert

RGB 222 217 136 -
CMYK 0 0.02 0.39 0.13
HSL 56.51º 0.57% 0.7% -
HSV(B) 56.51º 0.39% 0.87% -
XYZ 59.38 66.93 33.08 -
YUV 209.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 222 217 136 0 0.02 0.39 0.13 56.51 0.57 0.7
Hex DE D9 88 0 2 27 D 39 39 46
Octal 336 331 210 0 2 47 15 71 71 106
Binary 11011110 11011001 10001000 0 10 100111 1101 111001 111001 1000110

Color Harmonies of #DED988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED988

Black with #DED988

Text Example


Text Example

White with #DED988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED988; }

 p { color: rgb(222,217,136); }

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

background-color css

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

 a { background-color: rgb(222,217,136); }

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

border-color css

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

 span { border-color: rgb(222,217,136); }

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