Html Css Color HEX #DDB397 Pancho

📋 copy color: '#DDB397'

red 221 ◦ green 179 ◦ blue 151

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

Shades of Pancho #DDB397

Tints of Pancho #DDB397

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.49%

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

R = 40.11%
G = 32.49%
B = 27.4%

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

#DDB397 (or 0xDDB397) is known color: Pancho. HEX triplet: DD, B3 and 97. RGB value is (221,179,151). Sum of RGB (Red+Green+Blue) = 221+179+151=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB397 is #224C68. Grayscale: #BCBCBC. Windows color (decimal): -2247785 or 9941981. OLE color: 9941981.

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

Color convert

RGB 221 179 151 -
CMYK 0 0.19 0.32 0.13
HSL 24º 0.51% 0.73% -
HSV(B) 24º 0.32% 0.87% -
XYZ 51.52 49.85 36.18 -
YUV 188.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 221 179 151 0 0.19 0.32 0.13 24 0.51 0.73
Hex DD B3 97 0 13 20 D 18 33 49
Octal 335 263 227 0 23 40 15 30 63 111
Binary 11011101 10110011 10010111 0 10011 100000 1101 11000 110011 1001001

Color Harmonies of #DDB397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB397

Black with #DDB397

Text Example


Text Example

White with #DDB397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB397; }

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

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

background-color css

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

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

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

border-color css

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

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

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