Html Css Color HEX #DDC090 Pancho

📋 copy color: '#DDC090'

red 221 ◦ green 192 ◦ blue 144

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

Shades of Pancho #DDC090

Tints of Pancho #DDC090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

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

R = 39.68%
G = 34.47%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDC090 (or 0xDDC090) is known color: Pancho. HEX triplet: DD, C0 and 90. RGB value is (221,192,144). Sum of RGB (Red+Green+Blue) = 221+192+144=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC090 is #223F6F. Grayscale: #C3C3C3. Windows color (decimal): -2244464 or 9486557. OLE color: 9486557.

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

Color convert

RGB 221 192 144 -
CMYK 0 0.13 0.35 0.13
HSL 37.4º 0.53% 0.72% -
HSV(B) 37.4º 0.35% 0.87% -
XYZ 53.7 55.09 34.19 -
YUV 195.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 221 192 144 0 0.13 0.35 0.13 37.4 0.53 0.72
Hex DD C0 90 0 D 23 D 25 35 48
Octal 335 300 220 0 15 43 15 45 65 110
Binary 11011101 11000000 10010000 0 1101 100011 1101 100101 110101 1001000

Color Harmonies of #DDC090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC090

Black with #DDC090

Text Example


Text Example

White with #DDC090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC090; }

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

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

background-color css

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

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

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

border-color css

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

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

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