Html Css Color HEX #DDB693 Pancho

📋 copy color: '#DDB693'

red 221 ◦ green 182 ◦ blue 147

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

Shades of Pancho #DDB693

Tints of Pancho #DDB693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.73%

R = 40.18%
G = 33.09%
B = 26.73%

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

#DDB693 (or 0xDDB693) is known color: Pancho. HEX triplet: DD, B6 and 93. RGB value is (221,182,147). Sum of RGB (Red+Green+Blue) = 221+182+147=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 147 (57.81% from 255 or 26.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB693 is #22496C. Grayscale: #BDBDBD. Windows color (decimal): -2247021 or 9680605. OLE color: 9680605.

HSL color Cylindrical-coordinate representation of color #DDB693: hue angle of 28.38º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB693 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 147 -
CMYK 0 0.18 0.33 0.13
HSL 28.38º 0.52% 0.72% -
HSV(B) 28.38º 0.33% 0.87% -
XYZ 51.81 50.93 34.7 -
YUV 189.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 221 182 147 0 0.18 0.33 0.13 28.38 0.52 0.72
Hex DD B6 93 0 12 21 D 1C 34 48
Octal 335 266 223 0 22 41 15 34 64 110
Binary 11011101 10110110 10010011 0 10010 100001 1101 11100 110100 1001000

Color Harmonies of #DDB693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB693

Black with #DDB693

Text Example


Text Example

White with #DDB693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB693; }

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

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

background-color css

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

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

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

border-color css

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

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

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