Html Css Color HEX #DDB899 Pancho

📋 copy color: '#DDB899'

red 221 ◦ green 184 ◦ blue 153

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

Shades of Pancho #DDB899

Tints of Pancho #DDB899

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.97%

 BLUE value IS 153 (60.16% from 255) = 27.42%

R = 39.61%
G = 32.97%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDB899 (or 0xDDB899) is known color: Pancho. HEX triplet: DD, B8 and 99. RGB value is (221,184,153). Sum of RGB (Red+Green+Blue) = 221+184+153=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB899 is #224766. Grayscale: #BFBFBF. Windows color (decimal): -2246503 or 10074333. OLE color: 10074333.

HSL color Cylindrical-coordinate representation of color #DDB899: hue angle of 27.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB899 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 153 -
CMYK 0 0.17 0.31 0.13
HSL 27.35º 0.5% 0.73% -
HSV(B) 27.35º 0.31% 0.87% -
XYZ 52.71 51.95 37.39 -
YUV 191.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 221 184 153 0 0.17 0.31 0.13 27.35 0.5 0.73
Hex DD B8 99 0 11 1F D 1B 32 49
Octal 335 270 231 0 21 37 15 33 62 111
Binary 11011101 10111000 10011001 0 10001 11111 1101 11011 110010 1001001

Color Harmonies of #DDB899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB899

Black with #DDB899

Text Example


Text Example

White with #DDB899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB899; }

 p { color: rgb(221,184,153); }

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

background-color css

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

 a { background-color: rgb(221,184,153); }

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

border-color css

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

 span { border-color: rgb(221,184,153); }

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