Html Css Color HEX #DDB596 Pancho

📋 copy color: '#DDB596'

red 221 ◦ green 181 ◦ blue 150

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

Shades of Pancho #DDB596

Tints of Pancho #DDB596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.79%

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 40.04%
G = 32.79%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDB596 (or 0xDDB596) is known color: Pancho. HEX triplet: DD, B5 and 96. RGB value is (221,181,150). Sum of RGB (Red+Green+Blue) = 221+181+150=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB596 is #224A69. Grayscale: #BDBDBD. Windows color (decimal): -2247274 or 9876957. OLE color: 9876957.

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

Color convert

RGB 221 181 150 -
CMYK 0 0.18 0.32 0.13
HSL 26.2º 0.51% 0.73% -
HSV(B) 26.2º 0.32% 0.87% -
XYZ 51.85 50.62 35.89 -
YUV 189.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 221 181 150 0 0.18 0.32 0.13 26.2 0.51 0.73
Hex DD B5 96 0 12 20 D 1A 33 49
Octal 335 265 226 0 22 40 15 32 63 111
Binary 11011101 10110101 10010110 0 10010 100000 1101 11010 110011 1001001

Color Harmonies of #DDB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB596

Black with #DDB596

Text Example


Text Example

White with #DDB596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB596; }

 p { color: rgb(221,181,150); }

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

background-color css

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

 a { background-color: rgb(221,181,150); }

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

border-color css

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

 span { border-color: rgb(221,181,150); }

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