Html Css Color HEX #DED588 Primrose

📋 copy color: '#DED588'

red 222 ◦ green 213 ◦ blue 136

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

Shades of Primrose #DED588

Tints of Primrose #DED588

RGB

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

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

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

R = 38.88%
G = 37.3%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DED588 (or 0xDED588) is known color: Primrose. HEX triplet: DE, D5 and 88. RGB value is (222,213,136). Sum of RGB (Red+Green+Blue) = 222+213+136=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DED588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED588 is #212A77. Grayscale: #CFCFCF. Windows color (decimal): -2173560 or 8967646. OLE color: 8967646.

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

Color convert

RGB 222 213 136 -
CMYK 0 0.04 0.39 0.13
HSL 53.72º 0.57% 0.7% -
HSV(B) 53.72º 0.39% 0.87% -
XYZ 58.36 64.9 32.74 -
YUV 206.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 222 213 136 0 0.04 0.39 0.13 53.72 0.57 0.7
Hex DE D5 88 0 4 27 D 36 39 46
Octal 336 325 210 0 4 47 15 66 71 106
Binary 11011110 11010101 10001000 0 100 100111 1101 110110 111001 1000110

Color Harmonies of #DED588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED588

Black with #DED588

Text Example


Text Example

White with #DED588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED588; }

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

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

background-color css

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

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

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

border-color css

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

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

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