Html Css Color HEX #DECD99 Double Colonial White

📋 copy color: '#DECD99'

red 222 ◦ green 205 ◦ blue 153

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

Shades of Double Colonial White #DECD99

Tints of Double Colonial White #DECD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.38%

R = 38.28%
G = 35.34%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DECD99 (or 0xDECD99) is known color: Double Colonial White. HEX triplet: DE, CD and 99. RGB value is (222,205,153). Sum of RGB (Red+Green+Blue) = 222+205+153=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD99 is #213266. Grayscale: #CCCCCC. Windows color (decimal): -2175591 or 10079710. OLE color: 10079710.

HSL color Cylindrical-coordinate representation of color #DECD99: hue angle of 45.22º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DECD99 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 205 153 -
CMYK 0 0.08 0.31 0.13
HSL 45.22º 0.51% 0.74% -
HSV(B) 45.22º 0.31% 0.87% -
XYZ 57.71 61.49 38.96 -
YUV 204.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 222 205 153 0 0.08 0.31 0.13 45.22 0.51 0.74
Hex DE CD 99 0 8 1F D 2D 33 4A
Octal 336 315 231 0 10 37 15 55 63 112
Binary 11011110 11001101 10011001 0 1000 11111 1101 101101 110011 1001010

Color Harmonies of #DECD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECD99

Black with #DECD99

Text Example


Text Example

White with #DECD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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