Html Css Color HEX #DC9A60 Porsche

📋 copy color: '#DC9A60'

red 220 ◦ green 154 ◦ blue 96

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

Shades of Porsche #DC9A60

Tints of Porsche #DC9A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.77%

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 46.81%
G = 32.77%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9A60 (or 0xDC9A60) is known color: Porsche. HEX triplet: DC, 9A and 60. RGB value is (220,154,96). Sum of RGB (Red+Green+Blue) = 220+154+96=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A60 is #23659F. Grayscale: #A7A7A7. Windows color (decimal): -2319776 or 6331100. OLE color: 6331100.

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

Color convert

RGB 220 154 96 -
CMYK 0 0.3 0.56 0.14
HSL 28.06º 0.64% 0.62% -
HSV(B) 28.06º 0.56% 0.86% -
XYZ 43.18 39.17 16.35 -
YUV 167.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 220 154 96 0 0.3 0.56 0.14 28.06 0.64 0.62
Hex DC 9A 60 0 1E 38 E 1C 40 3E
Octal 334 232 140 0 36 70 16 34 100 76
Binary 11011100 10011010 1100000 0 11110 111000 1110 11100 1000000 111110

Color Harmonies of #DC9A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A60

Black with #DC9A60

Text Example


Text Example

White with #DC9A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A60; }

 p { color: rgb(220,154,96); }

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

background-color css

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

 a { background-color: rgb(220,154,96); }

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

border-color css

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

 span { border-color: rgb(220,154,96); }

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