Html Css Color HEX #DC9760 Porsche

📋 copy color: '#DC9760'

red 220 ◦ green 151 ◦ blue 96

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

Shades of Porsche #DC9760

Tints of Porsche #DC9760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

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

R = 47.11%
G = 32.33%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9760 (or 0xDC9760) is known color: Porsche. HEX triplet: DC, 97 and 60. RGB value is (220,151,96). Sum of RGB (Red+Green+Blue) = 220+151+96=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9760 is #23689F. Grayscale: #A5A5A5. Windows color (decimal): -2320544 or 6330332. OLE color: 6330332.

HSL color Cylindrical-coordinate representation of color #DC9760: hue angle of 26.61º 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 #DC9760 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 151 96 -
CMYK 0 0.31 0.56 0.14
HSL 26.61º 0.64% 0.62% -
HSV(B) 26.61º 0.56% 0.86% -
XYZ 42.69 38.19 16.19 -
YUV 165.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 220 151 96 0 0.31 0.56 0.14 26.61 0.64 0.62
Hex DC 97 60 0 1F 38 E 1B 40 3E
Octal 334 227 140 0 37 70 16 33 100 76
Binary 11011100 10010111 1100000 0 11111 111000 1110 11011 1000000 111110

Color Harmonies of #DC9760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9760

Black with #DC9760

Text Example


Text Example

White with #DC9760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9760; }

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

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

background-color css

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

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

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

border-color css

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

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

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