Html Css Color HEX #DED693 Primrose

📋 copy color: '#DED693'

red 222 ◦ green 214 ◦ blue 147

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

Shades of Primrose #DED693

Tints of Primrose #DED693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.21%

R = 38.08%
G = 36.71%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DED693 (or 0xDED693) is known color: Primrose. HEX triplet: DE, D6 and 93. RGB value is (222,214,147). Sum of RGB (Red+Green+Blue) = 222+214+147=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED693 is #21296C. Grayscale: #D1D1D1. Windows color (decimal): -2173293 or 9688798. OLE color: 9688798.

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

Color convert

RGB 222 214 147 -
CMYK 0 0.04 0.34 0.13
HSL 53.6º 0.53% 0.72% -
HSV(B) 53.6º 0.34% 0.87% -
XYZ 59.44 65.73 37.16 -
YUV 208.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 222 214 147 0 0.04 0.34 0.13 53.6 0.53 0.72
Hex DE D6 93 0 4 22 D 36 35 48
Octal 336 326 223 0 4 42 15 66 65 110
Binary 11011110 11010110 10010011 0 100 100010 1101 110110 110101 1001000

Color Harmonies of #DED693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED693

Black with #DED693

Text Example


Text Example

White with #DED693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED693; }

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

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

background-color css

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

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

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

border-color css

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

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

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