Html Css Color HEX #DC9C65 Porsche

📋 copy color: '#DC9C65'

red 220 ◦ green 156 ◦ blue 101

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

Shades of Porsche #DC9C65

Tints of Porsche #DC9C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 46.12%
G = 32.7%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9C65 (or 0xDC9C65) is known color: Porsche. HEX triplet: DC, 9C and 65. RGB value is (220,156,101). Sum of RGB (Red+Green+Blue) = 220+156+101=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C65 is #23639A. Grayscale: #A9A9A9. Windows color (decimal): -2319259 or 6659292. OLE color: 6659292.

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

Color convert

RGB 220 156 101 -
CMYK 0 0.29 0.54 0.14
HSL 27.73º 0.63% 0.63% -
HSV(B) 27.73º 0.54% 0.86% -
XYZ 43.75 39.93 17.71 -
YUV 168.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 220 156 101 0 0.29 0.54 0.14 27.73 0.63 0.63
Hex DC 9C 65 0 1D 36 E 1C 3F 3F
Octal 334 234 145 0 35 66 16 34 77 77
Binary 11011100 10011100 1100101 0 11101 110110 1110 11100 111111 111111

Color Harmonies of #DC9C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C65

Black with #DC9C65

Text Example


Text Example

White with #DC9C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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