Html Css Color HEX #DDB99B Pancho

📋 copy color: '#DDB99B'

red 221 ◦ green 185 ◦ blue 155

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

Shades of Pancho #DDB99B

Tints of Pancho #DDB99B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 39.39%
G = 32.98%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDB99B (or 0xDDB99B) is known color: Pancho. HEX triplet: DD, B9 and 9B. RGB value is (221,185,155). Sum of RGB (Red+Green+Blue) = 221+185+155=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB99B is #224664. Grayscale: #C0C0C0. Windows color (decimal): -2246245 or 10205661. OLE color: 10205661.

HSL color Cylindrical-coordinate representation of color #DDB99B: hue angle of 27.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB99B is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 155 -
CMYK 0 0.16 0.30 0.13
HSL 27.27º 0.49% 0.74% -
HSV(B) 27.27º 0.3% 0.87% -
XYZ 53.08 52.44 38.33 -
YUV 192.34 106.93 148.44 -
System Red Green Blue C M Y K H S L
Decimal 221 185 155 0 0.16 0.30 0.13 27.27 0.49 0.74
Hex DD B9 9B 0 10 1E D 1B 31 4A
Octal 335 271 233 0 20 36 15 33 61 112
Binary 11011101 10111001 10011011 0 10000 11110 1101 11011 110001 1001010

Color Harmonies of #DDB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB99B

Black with #DDB99B

Text Example


Text Example

White with #DDB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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