Html Css Color HEX #DDC0AB Just Right

📋 copy color: '#DDC0AB'

red 221 ◦ green 192 ◦ blue 171

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

Shades of Just Right #DDC0AB

Tints of Just Right #DDC0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

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

R = 37.84%
G = 32.88%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDC0AB (or 0xDDC0AB) is known color: Just Right. HEX triplet: DD, C0 and AB. RGB value is (221,192,171). Sum of RGB (Red+Green+Blue) = 221+192+171=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AB is #223F54. Grayscale: #C6C6C6. Windows color (decimal): -2244437 or 11256029. OLE color: 11256029.

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

Color convert

RGB 221 192 171 -
CMYK 0 0.13 0.23 0.13
HSL 25.2º 0.42% 0.77% -
HSV(B) 25.2º 0.23% 0.87% -
XYZ 56.02 56.01 46.39 -
YUV 198.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 221 192 171 0 0.13 0.23 0.13 25.2 0.42 0.77
Hex DD C0 AB 0 D 17 D 19 2A 4D
Octal 335 300 253 0 15 27 15 31 52 115
Binary 11011101 11000000 10101011 0 1101 10111 1101 11001 101010 1001101

Color Harmonies of #DDC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC0AB

Black with #DDC0AB

Text Example


Text Example

White with #DDC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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