Html Css Color HEX #DDB193 Pancho

📋 copy color: '#DDB193'

red 221 ◦ green 177 ◦ blue 147

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

Shades of Pancho #DDB193

Tints of Pancho #DDB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.48%

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

R = 40.55%
G = 32.48%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB193 (or 0xDDB193) is known color: Pancho. HEX triplet: DD, B1 and 93. RGB value is (221,177,147). Sum of RGB (Red+Green+Blue) = 221+177+147=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB193 is #224E6C. Grayscale: #BABABA. Windows color (decimal): -2248301 or 9679325. OLE color: 9679325.

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

Color convert

RGB 221 177 147 -
CMYK 0 0.20 0.33 0.13
HSL 24.32º 0.52% 0.72% -
HSV(B) 24.32º 0.33% 0.87% -
XYZ 50.81 48.92 34.37 -
YUV 186.74 105.58 152.44 -
System Red Green Blue C M Y K H S L
Decimal 221 177 147 0 0.20 0.33 0.13 24.32 0.52 0.72
Hex DD B1 93 0 14 21 D 18 34 48
Octal 335 261 223 0 24 41 15 30 64 110
Binary 11011101 10110001 10010011 0 10100 100001 1101 11000 110100 1001000

Color Harmonies of #DDB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB193

Black with #DDB193

Text Example


Text Example

White with #DDB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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