Html Css Color HEX #DDB593 Pancho

📋 copy color: '#DDB593'

red 221 ◦ green 181 ◦ blue 147

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

Shades of Pancho #DDB593

Tints of Pancho #DDB593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.78%

R = 40.26%
G = 32.97%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB593 (or 0xDDB593) is known color: Pancho. HEX triplet: DD, B5 and 93. RGB value is (221,181,147). Sum of RGB (Red+Green+Blue) = 221+181+147=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB593 is #224A6C. Grayscale: #BDBDBD. Windows color (decimal): -2247277 or 9680349. OLE color: 9680349.

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

Color convert

RGB 221 181 147 -
CMYK 0 0.18 0.33 0.13
HSL 27.57º 0.52% 0.72% -
HSV(B) 27.57º 0.33% 0.87% -
XYZ 51.61 50.53 34.64 -
YUV 189.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 221 181 147 0 0.18 0.33 0.13 27.57 0.52 0.72
Hex DD B5 93 0 12 21 D 1C 34 48
Octal 335 265 223 0 22 41 15 34 64 110
Binary 11011101 10110101 10010011 0 10010 100001 1101 11100 110100 1001000

Color Harmonies of #DDB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB593

Black with #DDB593

Text Example


Text Example

White with #DDB593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB593; }

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

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

background-color css

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

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

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

border-color css

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

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

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