Html Css Color HEX #DDB990 Pancho

📋 copy color: '#DDB990'

red 221 ◦ green 185 ◦ blue 144

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

Shades of Pancho #DDB990

Tints of Pancho #DDB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

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

R = 40.18%
G = 33.64%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDB990 (or 0xDDB990) is known color: Pancho. HEX triplet: DD, B9 and 90. RGB value is (221,185,144). Sum of RGB (Red+Green+Blue) = 221+185+144=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB990 is #22466F. Grayscale: #BFBFBF. Windows color (decimal): -2246256 or 9484765. OLE color: 9484765.

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

Color convert

RGB 221 185 144 -
CMYK 0 0.16 0.35 0.13
HSL 31.95º 0.53% 0.72% -
HSV(B) 31.95º 0.35% 0.87% -
XYZ 52.2 52.08 33.69 -
YUV 191.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 221 185 144 0 0.16 0.35 0.13 31.95 0.53 0.72
Hex DD B9 90 0 10 23 D 20 35 48
Octal 335 271 220 0 20 43 15 40 65 110
Binary 11011101 10111001 10010000 0 10000 100011 1101 100000 110101 1001000

Color Harmonies of #DDB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB990

Black with #DDB990

Text Example


Text Example

White with #DDB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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