Html Css Color HEX #DDB790 Pancho

📋 copy color: '#DDB790'

red 221 ◦ green 183 ◦ blue 144

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

Shades of Pancho #DDB790

Tints of Pancho #DDB790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.39%

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

R = 40.33%
G = 33.39%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDB790 (or 0xDDB790) is known color: Pancho. HEX triplet: DD, B7 and 90. RGB value is (221,183,144). Sum of RGB (Red+Green+Blue) = 221+183+144=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB790 is #22486F. Grayscale: #BEBEBE. Windows color (decimal): -2246768 or 9484253. OLE color: 9484253.

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

Color convert

RGB 221 183 144 -
CMYK 0 0.17 0.35 0.13
HSL 30.39º 0.53% 0.72% -
HSV(B) 30.39º 0.35% 0.87% -
XYZ 51.79 51.25 33.55 -
YUV 189.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 221 183 144 0 0.17 0.35 0.13 30.39 0.53 0.72
Hex DD B7 90 0 11 23 D 1E 35 48
Octal 335 267 220 0 21 43 15 36 65 110
Binary 11011101 10110111 10010000 0 10001 100011 1101 11110 110101 1001000

Color Harmonies of #DDB790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB790

Black with #DDB790

Text Example


Text Example

White with #DDB790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB790; }

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

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

background-color css

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

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

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

border-color css

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

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

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