Html Css Color HEX #DC9C50 Porsche

📋 copy color: '#DC9C50'

red 220 ◦ green 156 ◦ blue 80

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

Shades of Porsche #DC9C50

Tints of Porsche #DC9C50

RGB

 RED value IS 220 (86.33% from 255) = 48.25%

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 48.25%
G = 34.21%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC9C50 (or 0xDC9C50) is known color: Porsche. HEX triplet: DC, 9C and 50. RGB value is (220,156,80). Sum of RGB (Red+Green+Blue) = 220+156+80=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C50 is #2363AF. Grayscale: #A6A6A6. Windows color (decimal): -2319280 or 5283036. OLE color: 5283036.

HSL color Cylindrical-coordinate representation of color #DC9C50: hue angle of 32.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC9C50 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 156 80 -
CMYK 0 0.29 0.64 0.14
HSL 32.57º 0.67% 0.59% -
HSV(B) 32.57º 0.64% 0.86% -
XYZ 42.85 39.57 12.97 -
YUV 166.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 220 156 80 0 0.29 0.64 0.14 32.57 0.67 0.59
Hex DC 9C 50 0 1D 40 E 21 43 3B
Octal 334 234 120 0 35 100 16 41 103 73
Binary 11011100 10011100 1010000 0 11101 1000000 1110 100001 1000011 111011

Color Harmonies of #DC9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C50

Black with #DC9C50

Text Example


Text Example

White with #DC9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C50; }

 p { color: rgb(220,156,80); }

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

background-color css

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

 a { background-color: rgb(220,156,80); }

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

border-color css

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

 span { border-color: rgb(220,156,80); }

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