Html Css Color HEX #DC9D61 Porsche

📋 copy color: '#DC9D61'

red 220 ◦ green 157 ◦ blue 97

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

Shades of Porsche #DC9D61

Tints of Porsche #DC9D61

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.12%

 BLUE value IS 97 (38.28% from 255) = 20.46%

R = 46.41%
G = 33.12%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9D61 (or 0xDC9D61) is known color: Porsche. HEX triplet: DC, 9D and 61. RGB value is (220,157,97). Sum of RGB (Red+Green+Blue) = 220+157+97=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D61 is #23629E. Grayscale: #A9A9A9. Windows color (decimal): -2319007 or 6397404. OLE color: 6397404.

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

Color convert

RGB 220 157 97 -
CMYK 0 0.29 0.56 0.14
HSL 29.27º 0.64% 0.62% -
HSV(B) 29.27º 0.56% 0.86% -
XYZ 43.73 40.19 16.76 -
YUV 169 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 220 157 97 0 0.29 0.56 0.14 29.27 0.64 0.62
Hex DC 9D 61 0 1D 38 E 1D 40 3E
Octal 334 235 141 0 35 70 16 35 100 76
Binary 11011100 10011101 1100001 0 11101 111000 1110 11101 1000000 111110

Color Harmonies of #DC9D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D61

Black with #DC9D61

Text Example


Text Example

White with #DC9D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D61; }

 p { color: rgb(220,157,97); }

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

background-color css

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

 a { background-color: rgb(220,157,97); }

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

border-color css

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

 span { border-color: rgb(220,157,97); }

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