Html Css Color HEX #DED987 Primrose

📋 copy color: '#DED987'

red 222 ◦ green 217 ◦ blue 135

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

Shades of Primrose #DED987

Tints of Primrose #DED987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.52%

R = 38.68%
G = 37.8%
B = 23.52%

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

#DED987 (or 0xDED987) is known color: Primrose. HEX triplet: DE, D9 and 87. RGB value is (222,217,135). Sum of RGB (Red+Green+Blue) = 222+217+135=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED987 is #212678. Grayscale: #D1D1D1. Windows color (decimal): -2172537 or 8903134. OLE color: 8903134.

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

Color convert

RGB 222 217 135 -
CMYK 0 0.02 0.39 0.13
HSL 56.55º 0.57% 0.7% -
HSV(B) 56.55º 0.39% 0.87% -
XYZ 59.31 66.9 32.71 -
YUV 209.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 222 217 135 0 0.02 0.39 0.13 56.55 0.57 0.7
Hex DE D9 87 0 2 27 D 39 39 46
Octal 336 331 207 0 2 47 15 71 71 106
Binary 11011110 11011001 10000111 0 10 100111 1101 111001 111001 1000110

Color Harmonies of #DED987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED987

Black with #DED987

Text Example


Text Example

White with #DED987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED987; }

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

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

background-color css

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

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

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

border-color css

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

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

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