Html Css Color HEX #DDB995 Pancho

📋 copy color: '#DDB995'

red 221 ◦ green 185 ◦ blue 149

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

Shades of Pancho #DDB995

Tints of Pancho #DDB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 39.82%
G = 33.33%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB995 (or 0xDDB995) is known color: Pancho. HEX triplet: DD, B9 and 95. RGB value is (221,185,149). Sum of RGB (Red+Green+Blue) = 221+185+149=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB995 is #22466A. Grayscale: #BFBFBF. Windows color (decimal): -2246251 or 9812445. OLE color: 9812445.

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

Color convert

RGB 221 185 149 -
CMYK 0 0.16 0.33 0.13
HSL 30º 0.51% 0.73% -
HSV(B) 30º 0.33% 0.87% -
XYZ 52.59 52.24 35.75 -
YUV 191.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 221 185 149 0 0.16 0.33 0.13 30 0.51 0.73
Hex DD B9 95 0 10 21 D 1E 33 49
Octal 335 271 225 0 20 41 15 36 63 111
Binary 11011101 10111001 10010101 0 10000 100001 1101 11110 110011 1001001

Color Harmonies of #DDB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB995

Black with #DDB995

Text Example


Text Example

White with #DDB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB995; }

 p { color: rgb(221,185,149); }

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

background-color css

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

 a { background-color: rgb(221,185,149); }

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

border-color css

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

 span { border-color: rgb(221,185,149); }

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