Html Css Color HEX #DECD93 Double Colonial White

📋 copy color: '#DECD93'

red 222 ◦ green 205 ◦ blue 147

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

Shades of Double Colonial White #DECD93

Tints of Double Colonial White #DECD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 38.68%
G = 35.71%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DECD93 (or 0xDECD93) is known color: Double Colonial White. HEX triplet: DE, CD and 93. RGB value is (222,205,147). Sum of RGB (Red+Green+Blue) = 222+205+147=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD93 is #21326C. Grayscale: #CBCBCB. Windows color (decimal): -2175597 or 9686494. OLE color: 9686494.

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

Color convert

RGB 222 205 147 -
CMYK 0 0.08 0.34 0.13
HSL 46.4º 0.53% 0.72% -
HSV(B) 46.4º 0.34% 0.87% -
XYZ 57.22 61.3 36.42 -
YUV 203.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 222 205 147 0 0.08 0.34 0.13 46.4 0.53 0.72
Hex DE CD 93 0 8 22 D 2E 35 48
Octal 336 315 223 0 10 42 15 56 65 110
Binary 11011110 11001101 10010011 0 1000 100010 1101 101110 110101 1001000

Color Harmonies of #DECD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD93

Black with #DECD93

Text Example


Text Example

White with #DECD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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