Html Css Color HEX #DDB390 Pancho

📋 copy color: '#DDB390'

red 221 ◦ green 179 ◦ blue 144

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

Shades of Pancho #DDB390

Tints of Pancho #DDB390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.9%

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 40.63%
G = 32.9%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDB390 (or 0xDDB390) is known color: Pancho. HEX triplet: DD, B3 and 90. RGB value is (221,179,144). Sum of RGB (Red+Green+Blue) = 221+179+144=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB390 is #224C6F. Grayscale: #BBBBBB. Windows color (decimal): -2247792 or 9483229. OLE color: 9483229.

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

Color convert

RGB 221 179 144 -
CMYK 0 0.19 0.35 0.13
HSL 27.27º 0.53% 0.72% -
HSV(B) 27.27º 0.35% 0.87% -
XYZ 50.97 49.63 33.28 -
YUV 187.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 221 179 144 0 0.19 0.35 0.13 27.27 0.53 0.72
Hex DD B3 90 0 13 23 D 1B 35 48
Octal 335 263 220 0 23 43 15 33 65 110
Binary 11011101 10110011 10010000 0 10011 100011 1101 11011 110101 1001000

Color Harmonies of #DDB390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB390

Black with #DDB390

Text Example


Text Example

White with #DDB390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB390; }

 p { color: rgb(221,179,144); }

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

background-color css

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

 a { background-color: rgb(221,179,144); }

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

border-color css

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

 span { border-color: rgb(221,179,144); }

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