Html Css Color HEX #DDB090 Pancho

📋 copy color: '#DDB090'

red 221 ◦ green 176 ◦ blue 144

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

Shades of Pancho #DDB090

Tints of Pancho #DDB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.53%

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

R = 40.85%
G = 32.53%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDB090 (or 0xDDB090) is known color: Pancho. HEX triplet: DD, B0 and 90. RGB value is (221,176,144). Sum of RGB (Red+Green+Blue) = 221+176+144=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB090 is #224F6F. Grayscale: #B9B9B9. Windows color (decimal): -2248560 or 9482461. OLE color: 9482461.

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

Color convert

RGB 221 176 144 -
CMYK 0 0.20 0.35 0.13
HSL 24.94º 0.53% 0.72% -
HSV(B) 24.94º 0.35% 0.87% -
XYZ 50.38 48.44 33.08 -
YUV 185.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 221 176 144 0 0.20 0.35 0.13 24.94 0.53 0.72
Hex DD B0 90 0 14 23 D 19 35 48
Octal 335 260 220 0 24 43 15 31 65 110
Binary 11011101 10110000 10010000 0 10100 100011 1101 11001 110101 1001000

Color Harmonies of #DDB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB090

Black with #DDB090

Text Example


Text Example

White with #DDB090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB090; }

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

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

background-color css

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

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

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

border-color css

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

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

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