Html Css Color HEX #DDBC99 Pancho

📋 copy color: '#DDBC99'

red 221 ◦ green 188 ◦ blue 153

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

Shades of Pancho #DDBC99

Tints of Pancho #DDBC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.45%

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

R = 39.32%
G = 33.45%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDBC99 (or 0xDDBC99) is known color: Pancho. HEX triplet: DD, BC and 99. RGB value is (221,188,153). Sum of RGB (Red+Green+Blue) = 221+188+153=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC99 is #224366. Grayscale: #C2C2C2. Windows color (decimal): -2245479 or 10075357. OLE color: 10075357.

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

Color convert

RGB 221 188 153 -
CMYK 0 0.15 0.31 0.13
HSL 30.88º 0.5% 0.73% -
HSV(B) 30.88º 0.31% 0.87% -
XYZ 53.55 53.64 37.67 -
YUV 193.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 221 188 153 0 0.15 0.31 0.13 30.88 0.5 0.73
Hex DD BC 99 0 F 1F D 1F 32 49
Octal 335 274 231 0 17 37 15 37 62 111
Binary 11011101 10111100 10011001 0 1111 11111 1101 11111 110010 1001001

Color Harmonies of #DDBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC99

Black with #DDBC99

Text Example


Text Example

White with #DDBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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