Html Css Color HEX #DDBBA7 Just Right

📋 copy color: '#DDBBA7'

red 221 ◦ green 187 ◦ blue 167

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

Shades of Just Right #DDBBA7

Tints of Just Right #DDBBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.04%

R = 38.43%
G = 32.52%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDBBA7 (or 0xDDBBA7) is known color: Just Right. HEX triplet: DD, BB and A7. RGB value is (221,187,167). Sum of RGB (Red+Green+Blue) = 221+187+167=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA7 is #224458. Grayscale: #C3C3C3. Windows color (decimal): -2245721 or 10992605. OLE color: 10992605.

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

Color convert

RGB 221 187 167 -
CMYK 0 0.15 0.24 0.13
HSL 22.22º 0.44% 0.76% -
HSV(B) 22.22º 0.24% 0.87% -
XYZ 54.56 53.7 44.05 -
YUV 194.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 221 187 167 0 0.15 0.24 0.13 22.22 0.44 0.76
Hex DD BB A7 0 F 18 D 16 2C 4C
Octal 335 273 247 0 17 30 15 26 54 114
Binary 11011101 10111011 10100111 0 1111 11000 1101 10110 101100 1001100

Color Harmonies of #DDBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBA7

Black with #DDBBA7

Text Example


Text Example

White with #DDBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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