Html Css Color HEX #DECB93 Double Colonial White

📋 copy color: '#DECB93'

red 222 ◦ green 203 ◦ blue 147

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

Shades of Double Colonial White #DECB93

Tints of Double Colonial White #DECB93

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.49%

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

R = 38.81%
G = 35.49%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DECB93 (or 0xDECB93) is known color: Double Colonial White. HEX triplet: DE, CB and 93. RGB value is (222,203,147). Sum of RGB (Red+Green+Blue) = 222+203+147=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB93 is #21346C. Grayscale: #CACACA. Windows color (decimal): -2176109 or 9685982. OLE color: 9685982.

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

Color convert

RGB 222 203 147 -
CMYK 0 0.09 0.34 0.13
HSL 44.8º 0.53% 0.72% -
HSV(B) 44.8º 0.34% 0.87% -
XYZ 56.75 60.35 36.26 -
YUV 202.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 222 203 147 0 0.09 0.34 0.13 44.8 0.53 0.72
Hex DE CB 93 0 9 22 D 2D 35 48
Octal 336 313 223 0 11 42 15 55 65 110
Binary 11011110 11001011 10010011 0 1001 100010 1101 101101 110101 1001000

Color Harmonies of #DECB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECB93

Black with #DECB93

Text Example


Text Example

White with #DECB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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