Html Css Color HEX #DDB093 Pancho

📋 copy color: '#DDB093'

red 221 ◦ green 176 ◦ blue 147

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

Shades of Pancho #DDB093

Tints of Pancho #DDB093

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.35%

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

R = 40.63%
G = 32.35%
B = 27.02%

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

#DDB093 (or 0xDDB093) is known color: Pancho. HEX triplet: DD, B0 and 93. RGB value is (221,176,147). Sum of RGB (Red+Green+Blue) = 221+176+147=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 147 (57.81% from 255 or 27.02% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB093 is #224F6C. Grayscale: #BABABA. Windows color (decimal): -2248557 or 9679069. OLE color: 9679069.

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

Color convert

RGB 221 176 147 -
CMYK 0 0.20 0.33 0.13
HSL 23.51º 0.52% 0.72% -
HSV(B) 23.51º 0.33% 0.87% -
XYZ 50.61 48.53 34.3 -
YUV 186.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 221 176 147 0 0.20 0.33 0.13 23.51 0.52 0.72
Hex DD B0 93 0 14 21 D 18 34 48
Octal 335 260 223 0 24 41 15 30 64 110
Binary 11011101 10110000 10010011 0 10100 100001 1101 11000 110100 1001000

Color Harmonies of #DDB093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB093

Black with #DDB093

Text Example


Text Example

White with #DDB093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB093; }

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

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

background-color css

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

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

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

border-color css

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

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

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