Html Css Color HEX #DDB395 Pancho

📋 copy color: '#DDB395'

red 221 ◦ green 179 ◦ blue 149

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

Shades of Pancho #DDB395

Tints of Pancho #DDB395

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.6%

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

R = 40.26%
G = 32.6%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB395 (or 0xDDB395) is known color: Pancho. HEX triplet: DD, B3 and 95. RGB value is (221,179,149). Sum of RGB (Red+Green+Blue) = 221+179+149=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB395 is #224C6A. Grayscale: #BCBCBC. Windows color (decimal): -2247787 or 9810909. OLE color: 9810909.

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

Color convert

RGB 221 179 149 -
CMYK 0 0.19 0.33 0.13
HSL 25º 0.51% 0.73% -
HSV(B) 25º 0.33% 0.87% -
XYZ 51.36 49.78 35.34 -
YUV 188.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 221 179 149 0 0.19 0.33 0.13 25 0.51 0.73
Hex DD B3 95 0 13 21 D 19 33 49
Octal 335 263 225 0 23 41 15 31 63 111
Binary 11011101 10110011 10010101 0 10011 100001 1101 11001 110011 1001001

Color Harmonies of #DDB395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB395

Black with #DDB395

Text Example


Text Example

White with #DDB395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB395; }

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

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

background-color css

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

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

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

border-color css

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

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

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