Html Css Color HEX #DDBEAA Just Right

📋 copy color: '#DDBEAA'

red 221 ◦ green 190 ◦ blue 170

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

Shades of Just Right #DDBEAA

Tints of Just Right #DDBEAA

RGB

 RED value IS 221 (86.72% from 255) = 38.04%

 GREEN value IS 190 (74.61% from 255) = 32.7%

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

R = 38.04%
G = 32.7%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDBEAA (or 0xDDBEAA) is known color: Just Right. HEX triplet: DD, BE and AA. RGB value is (221,190,170). Sum of RGB (Red+Green+Blue) = 221+190+170=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAA is #224155. Grayscale: #C5C5C5. Windows color (decimal): -2244950 or 11189981. OLE color: 11189981.

HSL color Cylindrical-coordinate representation of color #DDBEAA: hue angle of 23.53º degrees, saturation: 0.43, 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 #DDBEAA is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 170 -
CMYK 0 0.14 0.23 0.13
HSL 23.53º 0.43% 0.77% -
HSV(B) 23.53º 0.23% 0.87% -
XYZ 55.49 55.1 45.74 -
YUV 196.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 221 190 170 0 0.14 0.23 0.13 23.53 0.43 0.77
Hex DD BE AA 0 E 17 D 18 2B 4D
Octal 335 276 252 0 16 27 15 30 53 115
Binary 11011101 10111110 10101010 0 1110 10111 1101 11000 101011 1001101

Color Harmonies of #DDBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBEAA

Black with #DDBEAA

Text Example


Text Example

White with #DDBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBEAA; }

 p { color: rgb(221,190,170); }

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

background-color css

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

 a { background-color: rgb(221,190,170); }

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

border-color css

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

 span { border-color: rgb(221,190,170); }

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