Html Css Color HEX #DDBBAB Just Right

📋 copy color: '#DDBBAB'

red 221 ◦ green 187 ◦ blue 171

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

Shades of Just Right #DDBBAB

Tints of Just Right #DDBBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.53%

R = 38.17%
G = 32.3%
B = 29.53%

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

#DDBBAB (or 0xDDBBAB) is known color: Just Right. HEX triplet: DD, BB and AB. RGB value is (221,187,171). Sum of RGB (Red+Green+Blue) = 221+187+171=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBAB is #224454. Grayscale: #C3C3C3. Windows color (decimal): -2245717 or 11254749. OLE color: 11254749.

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

Color convert

RGB 221 187 171 -
CMYK 0 0.15 0.23 0.13
HSL 19.2º 0.42% 0.77% -
HSV(B) 19.2º 0.23% 0.87% -
XYZ 54.94 53.85 46.03 -
YUV 195.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 221 187 171 0 0.15 0.23 0.13 19.2 0.42 0.77
Hex DD BB AB 0 F 17 D 13 2A 4D
Octal 335 273 253 0 17 27 15 23 52 115
Binary 11011101 10111011 10101011 0 1111 10111 1101 10011 101010 1001101

Color Harmonies of #DDBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBAB

Black with #DDBBAB

Text Example


Text Example

White with #DDBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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