Html Css Color HEX #DC9F65 Porsche

📋 copy color: '#DC9F65'

red 220 ◦ green 159 ◦ blue 101

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

Shades of Porsche #DC9F65

Tints of Porsche #DC9F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

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

R = 45.83%
G = 33.13%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9F65 (or 0xDC9F65) is known color: Porsche. HEX triplet: DC, 9F and 65. RGB value is (220,159,101). Sum of RGB (Red+Green+Blue) = 220+159+101=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F65 is #23609A. Grayscale: #AAAAAA. Windows color (decimal): -2318491 or 6660060. OLE color: 6660060.

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

Color convert

RGB 220 159 101 -
CMYK 0 0.28 0.54 0.14
HSL 29.24º 0.63% 0.63% -
HSV(B) 29.24º 0.54% 0.86% -
XYZ 44.26 40.95 17.88 -
YUV 170.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 220 159 101 0 0.28 0.54 0.14 29.24 0.63 0.63
Hex DC 9F 65 0 1C 36 E 1D 3F 3F
Octal 334 237 145 0 34 66 16 35 77 77
Binary 11011100 10011111 1100101 0 11100 110110 1110 11101 111111 111111

Color Harmonies of #DC9F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F65

Black with #DC9F65

Text Example


Text Example

White with #DC9F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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