Html Css Color HEX #DDBBA6 Just Right

📋 copy color: '#DDBBA6'

red 221 ◦ green 187 ◦ blue 166

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

Shades of Just Right #DDBBA6

Tints of Just Right #DDBBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.92%

R = 38.5%
G = 32.58%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDBBA6 (or 0xDDBBA6) is known color: Just Right. HEX triplet: DD, BB and A6. RGB value is (221,187,166). Sum of RGB (Red+Green+Blue) = 221+187+166=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBBA6 is #224459. Grayscale: #C2C2C2. Windows color (decimal): -2245722 or 10927069. OLE color: 10927069.

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

Color convert

RGB 221 187 166 -
CMYK 0 0.15 0.25 0.13
HSL 22.91º 0.45% 0.76% -
HSV(B) 22.91º 0.25% 0.87% -
XYZ 54.47 53.67 43.56 -
YUV 194.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 221 187 166 0 0.15 0.25 0.13 22.91 0.45 0.76
Hex DD BB A6 0 F 19 D 17 2D 4C
Octal 335 273 246 0 17 31 15 27 55 114
Binary 11011101 10111011 10100110 0 1111 11001 1101 10111 101101 1001100

Color Harmonies of #DDBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBA6

Black with #DDBBA6

Text Example


Text Example

White with #DDBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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