Html Css Color HEX #DDB293 Pancho

📋 copy color: '#DDB293'

red 221 ◦ green 178 ◦ blue 147

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

Shades of Pancho #DDB293

Tints of Pancho #DDB293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.6%

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

R = 40.48%
G = 32.6%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDB293 (or 0xDDB293) is known color: Pancho. HEX triplet: DD, B2 and 93. RGB value is (221,178,147). Sum of RGB (Red+Green+Blue) = 221+178+147=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB293 is #224D6C. Grayscale: #BBBBBB. Windows color (decimal): -2248045 or 9679581. OLE color: 9679581.

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

Color convert

RGB 221 178 147 -
CMYK 0 0.19 0.33 0.13
HSL 25.14º 0.52% 0.72% -
HSV(B) 25.14º 0.33% 0.87% -
XYZ 51.01 49.32 34.44 -
YUV 187.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 178 147 0 0.19 0.33 0.13 25.14 0.52 0.72
Hex DD B2 93 0 13 21 D 19 34 48
Octal 335 262 223 0 23 41 15 31 64 110
Binary 11011101 10110010 10010011 0 10011 100001 1101 11001 110100 1001000

Color Harmonies of #DDB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB293

Black with #DDB293

Text Example


Text Example

White with #DDB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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