Html Css Color HEX #DDBBAA Just Right

📋 copy color: '#DDBBAA'

red 221 ◦ green 187 ◦ blue 170

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

Shades of Just Right #DDBBAA

Tints of Just Right #DDBBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.35%

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

R = 38.24%
G = 32.35%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDBBAA (or 0xDDBBAA) is known color: Just Right. HEX triplet: DD, BB and AA. RGB value is (221,187,170). Sum of RGB (Red+Green+Blue) = 221+187+170=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBAA is #224455. Grayscale: #C3C3C3. Windows color (decimal): -2245718 or 11189213. OLE color: 11189213.

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

Color convert

RGB 221 187 170 -
CMYK 0 0.15 0.23 0.13
HSL 20º 0.43% 0.77% -
HSV(B) 20º 0.23% 0.87% -
XYZ 54.84 53.82 45.53 -
YUV 195.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 221 187 170 0 0.15 0.23 0.13 20 0.43 0.77
Hex DD BB AA 0 F 17 D 14 2B 4D
Octal 335 273 252 0 17 27 15 24 53 115
Binary 11011101 10111011 10101010 0 1111 10111 1101 10100 101011 1001101

Color Harmonies of #DDBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBAA

Black with #DDBBAA

Text Example


Text Example

White with #DDBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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