Html Css Color HEX #DDB695 Pancho

📋 copy color: '#DDB695'

red 221 ◦ green 182 ◦ blue 149

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

Shades of Pancho #DDB695

Tints of Pancho #DDB695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.97%

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

R = 40.04%
G = 32.97%
B = 26.99%

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

#DDB695 (or 0xDDB695) is known color: Pancho. HEX triplet: DD, B6 and 95. RGB value is (221,182,149). Sum of RGB (Red+Green+Blue) = 221+182+149=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB695 is #22496A. Grayscale: #BEBEBE. Windows color (decimal): -2247019 or 9811677. OLE color: 9811677.

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

Color convert

RGB 221 182 149 -
CMYK 0 0.18 0.33 0.13
HSL 27.5º 0.51% 0.73% -
HSV(B) 27.5º 0.33% 0.87% -
XYZ 51.97 51 35.54 -
YUV 189.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 221 182 149 0 0.18 0.33 0.13 27.5 0.51 0.73
Hex DD B6 95 0 12 21 D 1C 33 49
Octal 335 266 225 0 22 41 15 34 63 111
Binary 11011101 10110110 10010101 0 10010 100001 1101 11100 110011 1001001

Color Harmonies of #DDB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB695

Black with #DDB695

Text Example


Text Example

White with #DDB695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB695; }

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

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

background-color css

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

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

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

border-color css

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

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

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