Html Css Color HEX #DED697 Primrose

📋 copy color: '#DED697'

red 222 ◦ green 214 ◦ blue 151

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

Shades of Primrose #DED697

Tints of Primrose #DED697

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.46%

 BLUE value IS 151 (59.38% from 255) = 25.72%

R = 37.82%
G = 36.46%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DED697 (or 0xDED697) is known color: Primrose. HEX triplet: DE, D6 and 97. RGB value is (222,214,151). Sum of RGB (Red+Green+Blue) = 222+214+151=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DED697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED697 is #212968. Grayscale: #D1D1D1. Windows color (decimal): -2173289 or 9950942. OLE color: 9950942.

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

Color convert

RGB 222 214 151 -
CMYK 0 0.04 0.32 0.13
HSL 53.24º 0.52% 0.73% -
HSV(B) 53.24º 0.32% 0.87% -
XYZ 59.76 65.86 38.84 -
YUV 209.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 222 214 151 0 0.04 0.32 0.13 53.24 0.52 0.73
Hex DE D6 97 0 4 20 D 35 34 49
Octal 336 326 227 0 4 40 15 65 64 111
Binary 11011110 11010110 10010111 0 100 100000 1101 110101 110100 1001001

Color Harmonies of #DED697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED697

Black with #DED697

Text Example


Text Example

White with #DED697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED697; }

 p { color: rgb(222,214,151); }

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

background-color css

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

 a { background-color: rgb(222,214,151); }

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

border-color css

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

 span { border-color: rgb(222,214,151); }

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