Html Css Color HEX #DDB590 Pancho

📋 copy color: '#DDB590'

red 221 ◦ green 181 ◦ blue 144

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

Shades of Pancho #DDB590

Tints of Pancho #DDB590

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.15%

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

R = 40.48%
G = 33.15%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDB590 (or 0xDDB590) is known color: Pancho. HEX triplet: DD, B5 and 90. RGB value is (221,181,144). Sum of RGB (Red+Green+Blue) = 221+181+144=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB590 is #224A6F. Grayscale: #BCBCBC. Windows color (decimal): -2247280 or 9483741. OLE color: 9483741.

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

Color convert

RGB 221 181 144 -
CMYK 0 0.18 0.35 0.13
HSL 28.83º 0.53% 0.72% -
HSV(B) 28.83º 0.35% 0.87% -
XYZ 51.38 50.43 33.41 -
YUV 188.74 102.75 151.01 -
System Red Green Blue C M Y K H S L
Decimal 221 181 144 0 0.18 0.35 0.13 28.83 0.53 0.72
Hex DD B5 90 0 12 23 D 1D 35 48
Octal 335 265 220 0 22 43 15 35 65 110
Binary 11011101 10110101 10010000 0 10010 100011 1101 11101 110101 1001000

Color Harmonies of #DDB590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB590

Black with #DDB590

Text Example


Text Example

White with #DDB590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB590; }

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

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

background-color css

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

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

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

border-color css

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

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

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