Html Css Color HEX #DC9F6D Porsche

📋 copy color: '#DC9F6D'

red 220 ◦ green 159 ◦ blue 109

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

Shades of Porsche #DC9F6D

Tints of Porsche #DC9F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 45.08%
G = 32.58%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC9F6D (or 0xDC9F6D) is known color: Porsche. HEX triplet: DC, 9F and 6D. RGB value is (220,159,109). Sum of RGB (Red+Green+Blue) = 220+159+109=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F6D is #236092. Grayscale: #ABABAB. Windows color (decimal): -2318483 or 7184348. OLE color: 7184348.

HSL color Cylindrical-coordinate representation of color #DC9F6D: hue angle of 27.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC9F6D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 109 -
CMYK 0 0.28 0.50 0.14
HSL 27.03º 0.61% 0.65% -
HSV(B) 27.03º 0.5% 0.86% -
XYZ 44.67 41.12 20.05 -
YUV 171.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 220 159 109 0 0.28 0.50 0.14 27.03 0.61 0.65
Hex DC 9F 6D 0 1C 32 E 1B 3D 41
Octal 334 237 155 0 34 62 16 33 75 101
Binary 11011100 10011111 1101101 0 11100 110010 1110 11011 111101 1000001

Color Harmonies of #DC9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F6D

Black with #DC9F6D

Text Example


Text Example

White with #DC9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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