Html Css Color HEX #DDB095 Pancho

📋 copy color: '#DDB095'

red 221 ◦ green 176 ◦ blue 149

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

Shades of Pancho #DDB095

Tints of Pancho #DDB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.23%

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

R = 40.48%
G = 32.23%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB095 (or 0xDDB095) is known color: Pancho. HEX triplet: DD, B0 and 95. RGB value is (221,176,149). Sum of RGB (Red+Green+Blue) = 221+176+149=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB095 is #224F6A. Grayscale: #BABABA. Windows color (decimal): -2248555 or 9810141. OLE color: 9810141.

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

Color convert

RGB 221 176 149 -
CMYK 0 0.20 0.33 0.13
HSL 22.5º 0.51% 0.73% -
HSV(B) 22.5º 0.33% 0.87% -
XYZ 50.77 48.59 35.14 -
YUV 186.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 221 176 149 0 0.20 0.33 0.13 22.5 0.51 0.73
Hex DD B0 95 0 14 21 D 16 33 49
Octal 335 260 225 0 24 41 15 26 63 111
Binary 11011101 10110000 10010101 0 10100 100001 1101 10110 110011 1001001

Color Harmonies of #DDB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB095

Black with #DDB095

Text Example


Text Example

White with #DDB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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