Html Css Color HEX #DED891 Primrose

📋 copy color: '#DED891'

red 222 ◦ green 216 ◦ blue 145

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

Shades of Primrose #DED891

Tints of Primrose #DED891

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

 BLUE value IS 145 (57.03% from 255) = 24.87%

R = 38.08%
G = 37.05%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DED891 (or 0xDED891) is known color: Primrose. HEX triplet: DE, D8 and 91. RGB value is (222,216,145). Sum of RGB (Red+Green+Blue) = 222+216+145=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED891 is #21276E. Grayscale: #D1D1D1. Windows color (decimal): -2172783 or 9558238. OLE color: 9558238.

HSL color Cylindrical-coordinate representation of color #DED891: hue angle of 55.32º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DED891 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 216 145 -
CMYK 0 0.03 0.35 0.13
HSL 55.32º 0.54% 0.72% -
HSV(B) 55.32º 0.35% 0.87% -
XYZ 59.79 66.69 36.51 -
YUV 209.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 222 216 145 0 0.03 0.35 0.13 55.32 0.54 0.72
Hex DE D8 91 0 3 23 D 37 36 48
Octal 336 330 221 0 3 43 15 67 66 110
Binary 11011110 11011000 10010001 0 11 100011 1101 110111 110110 1001000

Color Harmonies of #DED891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED891

Black with #DED891

Text Example


Text Example

White with #DED891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED891; }

 p { color: rgb(222,216,145); }

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

background-color css

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

 a { background-color: rgb(222,216,145); }

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

border-color css

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

 span { border-color: rgb(222,216,145); }

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