Html Css Color HEX #DDB195 Pancho

📋 copy color: '#DDB195'

red 221 ◦ green 177 ◦ blue 149

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

Shades of Pancho #DDB195

Tints of Pancho #DDB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.36%

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

R = 40.4%
G = 32.36%
B = 27.24%

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

#DDB195 (or 0xDDB195) is known color: Pancho. HEX triplet: DD, B1 and 95. RGB value is (221,177,149). Sum of RGB (Red+Green+Blue) = 221+177+149=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB195 is #224E6A. Grayscale: #BBBBBB. Windows color (decimal): -2248299 or 9810397. OLE color: 9810397.

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

Color convert

RGB 221 177 149 -
CMYK 0 0.20 0.33 0.13
HSL 23.33º 0.51% 0.73% -
HSV(B) 23.33º 0.33% 0.87% -
XYZ 50.97 48.99 35.2 -
YUV 186.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 221 177 149 0 0.20 0.33 0.13 23.33 0.51 0.73
Hex DD B1 95 0 14 21 D 17 33 49
Octal 335 261 225 0 24 41 15 27 63 111
Binary 11011101 10110001 10010101 0 10100 100001 1101 10111 110011 1001001

Color Harmonies of #DDB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB195

Black with #DDB195

Text Example


Text Example

White with #DDB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB195; }

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

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

background-color css

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

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

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

border-color css

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

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

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