Html Css Color HEX #DDB490 Pancho

📋 copy color: '#DDB490'

red 221 ◦ green 180 ◦ blue 144

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

Shades of Pancho #DDB490

Tints of Pancho #DDB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.03%

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

R = 40.55%
G = 33.03%
B = 26.42%

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

#DDB490 (or 0xDDB490) is known color: Pancho. HEX triplet: DD, B4 and 90. RGB value is (221,180,144). Sum of RGB (Red+Green+Blue) = 221+180+144=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB490 is #224B6F. Grayscale: #BCBCBC. Windows color (decimal): -2247536 or 9483485. OLE color: 9483485.

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

Color convert

RGB 221 180 144 -
CMYK 0 0.19 0.35 0.13
HSL 28.05º 0.53% 0.72% -
HSV(B) 28.05º 0.35% 0.87% -
XYZ 51.17 50.03 33.34 -
YUV 188.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 221 180 144 0 0.19 0.35 0.13 28.05 0.53 0.72
Hex DD B4 90 0 13 23 D 1C 35 48
Octal 335 264 220 0 23 43 15 34 65 110
Binary 11011101 10110100 10010000 0 10011 100011 1101 11100 110101 1001000

Color Harmonies of #DDB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB490

Black with #DDB490

Text Example


Text Example

White with #DDB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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