Html Css Color HEX #DED795 Primrose

📋 copy color: '#DED795'

red 222 ◦ green 215 ◦ blue 149

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

Shades of Primrose #DED795

Tints of Primrose #DED795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.69%

 BLUE value IS 149 (58.59% from 255) = 25.43%

R = 37.88%
G = 36.69%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DED795 (or 0xDED795) is known color: Primrose. HEX triplet: DE, D7 and 95. RGB value is (222,215,149). Sum of RGB (Red+Green+Blue) = 222+215+149=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DED795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED795 is #21286A. Grayscale: #D1D1D1. Windows color (decimal): -2173035 or 9820126. OLE color: 9820126.

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

Color convert

RGB 222 215 149 -
CMYK 0 0.03 0.33 0.13
HSL 54.25º 0.53% 0.73% -
HSV(B) 54.25º 0.33% 0.87% -
XYZ 59.85 66.3 38.08 -
YUV 209.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 222 215 149 0 0.03 0.33 0.13 54.25 0.53 0.73
Hex DE D7 95 0 3 21 D 36 35 49
Octal 336 327 225 0 3 41 15 66 65 111
Binary 11011110 11010111 10010101 0 11 100001 1101 110110 110101 1001001

Color Harmonies of #DED795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED795

Black with #DED795

Text Example


Text Example

White with #DED795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED795; }

 p { color: rgb(222,215,149); }

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

background-color css

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

 a { background-color: rgb(222,215,149); }

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

border-color css

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

 span { border-color: rgb(222,215,149); }

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