Html Css Color HEX #DEB9AA Just Right

📋 copy color: '#DEB9AA'

red 222 ◦ green 185 ◦ blue 170

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

Shades of Just Right #DEB9AA

Tints of Just Right #DEB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.06%

 BLUE value IS 170 (66.8% from 255) = 29.46%

R = 38.47%
G = 32.06%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DEB9AA (or 0xDEB9AA) is known color: Just Right. HEX triplet: DE, B9 and AA. RGB value is (222,185,170). Sum of RGB (Red+Green+Blue) = 222+185+170=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB9AA is #214655. Grayscale: #C2C2C2. Windows color (decimal): -2180694 or 11188702. OLE color: 11188702.

HSL color Cylindrical-coordinate representation of color #DEB9AA: hue angle of 17.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEB9AA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 185 170 -
CMYK 0 0.17 0.23 0.13
HSL 17.31º 0.44% 0.77% -
HSV(B) 17.31º 0.23% 0.87% -
XYZ 54.73 53.13 45.4 -
YUV 194.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 222 185 170 0 0.17 0.23 0.13 17.31 0.44 0.77
Hex DE B9 AA 0 11 17 D 11 2C 4D
Octal 336 271 252 0 21 27 15 21 54 115
Binary 11011110 10111001 10101010 0 10001 10111 1101 10001 101100 1001101

Color Harmonies of #DEB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9AA

Black with #DEB9AA

Text Example


Text Example

White with #DEB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9AA; }

 p { color: rgb(222,185,170); }

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

background-color css

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

 a { background-color: rgb(222,185,170); }

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

border-color css

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

 span { border-color: rgb(222,185,170); }

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