Html Css Color HEX #DDB497 Pancho

📋 copy color: '#DDB497'

red 221 ◦ green 180 ◦ blue 151

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

Shades of Pancho #DDB497

Tints of Pancho #DDB497

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.61%

 BLUE value IS 151 (59.38% from 255) = 27.36%

R = 40.04%
G = 32.61%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDB497 (or 0xDDB497) is known color: Pancho. HEX triplet: DD, B4 and 97. RGB value is (221,180,151). Sum of RGB (Red+Green+Blue) = 221+180+151=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB497 is #224B68. Grayscale: #BDBDBD. Windows color (decimal): -2247529 or 9942237. OLE color: 9942237.

HSL color Cylindrical-coordinate representation of color #DDB497: hue angle of 24.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB497 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 151 -
CMYK 0 0.19 0.32 0.13
HSL 24.86º 0.51% 0.73% -
HSV(B) 24.86º 0.32% 0.87% -
XYZ 51.73 50.25 36.25 -
YUV 188.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 221 180 151 0 0.19 0.32 0.13 24.86 0.51 0.73
Hex DD B4 97 0 13 20 D 19 33 49
Octal 335 264 227 0 23 40 15 31 63 111
Binary 11011101 10110100 10010111 0 10011 100000 1101 11001 110011 1001001

Color Harmonies of #DDB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB497

Black with #DDB497

Text Example


Text Example

White with #DDB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB497; }

 p { color: rgb(221,180,151); }

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

background-color css

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

 a { background-color: rgb(221,180,151); }

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

border-color css

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

 span { border-color: rgb(221,180,151); }

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