Html Css Color HEX #DDB295 Pancho

📋 copy color: '#DDB295'

red 221 ◦ green 178 ◦ blue 149

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

Shades of Pancho #DDB295

Tints of Pancho #DDB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.48%

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

R = 40.33%
G = 32.48%
B = 27.19%

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

#DDB295 (or 0xDDB295) is known color: Pancho. HEX triplet: DD, B2 and 95. RGB value is (221,178,149). Sum of RGB (Red+Green+Blue) = 221+178+149=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB295 is #224D6A. Grayscale: #BBBBBB. Windows color (decimal): -2248043 or 9810653. OLE color: 9810653.

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

Color convert

RGB 221 178 149 -
CMYK 0 0.19 0.33 0.13
HSL 24.17º 0.51% 0.73% -
HSV(B) 24.17º 0.33% 0.87% -
XYZ 51.16 49.38 35.27 -
YUV 187.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 221 178 149 0 0.19 0.33 0.13 24.17 0.51 0.73
Hex DD B2 95 0 13 21 D 18 33 49
Octal 335 262 225 0 23 41 15 30 63 111
Binary 11011101 10110010 10010101 0 10011 100001 1101 11000 110011 1001001

Color Harmonies of #DDB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB295

Black with #DDB295

Text Example


Text Example

White with #DDB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB295; }

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

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

background-color css

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

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

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

border-color css

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

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

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