Html Css Color HEX #DDB597 Pancho

📋 copy color: '#DDB597'

red 221 ◦ green 181 ◦ blue 151

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

Shades of Pancho #DDB597

Tints of Pancho #DDB597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.73%

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

R = 39.96%
G = 32.73%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDB597 (or 0xDDB597) is known color: Pancho. HEX triplet: DD, B5 and 97. RGB value is (221,181,151). Sum of RGB (Red+Green+Blue) = 221+181+151=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB597 is #224A68. Grayscale: #BDBDBD. Windows color (decimal): -2247273 or 9942493. OLE color: 9942493.

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

Color convert

RGB 221 181 151 -
CMYK 0 0.18 0.32 0.13
HSL 25.71º 0.51% 0.73% -
HSV(B) 25.71º 0.32% 0.87% -
XYZ 51.93 50.65 36.32 -
YUV 189.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 221 181 151 0 0.18 0.32 0.13 25.71 0.51 0.73
Hex DD B5 97 0 12 20 D 1A 33 49
Octal 335 265 227 0 22 40 15 32 63 111
Binary 11011101 10110101 10010111 0 10010 100000 1101 11010 110011 1001001

Color Harmonies of #DDB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB597

Black with #DDB597

Text Example


Text Example

White with #DDB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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