Html Css Color HEX #DDB6A4 Just Right

📋 copy color: '#DDB6A4'

red 221 ◦ green 182 ◦ blue 164

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

Shades of Just Right #DDB6A4

Tints of Just Right #DDB6A4

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.1%

 BLUE value IS 164 (64.45% from 255) = 28.92%

R = 38.98%
G = 32.1%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDB6A4 (or 0xDDB6A4) is known color: Just Right. HEX triplet: DD, B6 and A4. RGB value is (221,182,164). Sum of RGB (Red+Green+Blue) = 221+182+164=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6A4 is #22495B. Grayscale: #BFBFBF. Windows color (decimal): -2247004 or 10794717. OLE color: 10794717.

HSL color Cylindrical-coordinate representation of color #DDB6A4: hue angle of 18.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB6A4 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 164 -
CMYK 0 0.18 0.26 0.13
HSL 18.95º 0.46% 0.75% -
HSV(B) 18.95º 0.26% 0.87% -
XYZ 53.25 51.51 42.26 -
YUV 191.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 221 182 164 0 0.18 0.26 0.13 18.95 0.46 0.75
Hex DD B6 A4 0 12 1A D 13 2E 4B
Octal 335 266 244 0 22 32 15 23 56 113
Binary 11011101 10110110 10100100 0 10010 11010 1101 10011 101110 1001011

Color Harmonies of #DDB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6A4

Black with #DDB6A4

Text Example


Text Example

White with #DDB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6A4; }

 p { color: rgb(221,182,164); }

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

background-color css

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

 a { background-color: rgb(221,182,164); }

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

border-color css

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

 span { border-color: rgb(221,182,164); }

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