Html Css Color HEX #DC9F67 Porsche

📋 copy color: '#DC9F67'

red 220 ◦ green 159 ◦ blue 103

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

Shades of Porsche #DC9F67

Tints of Porsche #DC9F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.37%

R = 45.64%
G = 32.99%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9F67 (or 0xDC9F67) is known color: Porsche. HEX triplet: DC, 9F and 67. RGB value is (220,159,103). Sum of RGB (Red+Green+Blue) = 220+159+103=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F67 is #236098. Grayscale: #ABABAB. Windows color (decimal): -2318489 or 6791132. OLE color: 6791132.

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

Color convert

RGB 220 159 103 -
CMYK 0 0.28 0.53 0.14
HSL 28.72º 0.63% 0.63% -
HSV(B) 28.72º 0.53% 0.86% -
XYZ 44.36 40.99 18.41 -
YUV 170.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 220 159 103 0 0.28 0.53 0.14 28.72 0.63 0.63
Hex DC 9F 67 0 1C 35 E 1D 3F 3F
Octal 334 237 147 0 34 65 16 35 77 77
Binary 11011100 10011111 1100111 0 11100 110101 1110 11101 111111 111111

Color Harmonies of #DC9F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F67

Black with #DC9F67

Text Example


Text Example

White with #DC9F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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