Html Css Color HEX #DC9D5D Porsche

📋 copy color: '#DC9D5D'

red 220 ◦ green 157 ◦ blue 93

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

Shades of Porsche #DC9D5D

Tints of Porsche #DC9D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.79%

R = 46.81%
G = 33.4%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC9D5D (or 0xDC9D5D) is known color: Porsche. HEX triplet: DC, 9D and 5D. RGB value is (220,157,93). Sum of RGB (Red+Green+Blue) = 220+157+93=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D5D is #2362A2. Grayscale: #A8A8A8. Windows color (decimal): -2319011 or 6135260. OLE color: 6135260.

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

Color convert

RGB 220 157 93 -
CMYK 0 0.29 0.58 0.14
HSL 30.24º 0.64% 0.61% -
HSV(B) 30.24º 0.58% 0.86% -
XYZ 43.55 40.12 15.8 -
YUV 168.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 220 157 93 0 0.29 0.58 0.14 30.24 0.64 0.61
Hex DC 9D 5D 0 1D 3A E 1E 40 3D
Octal 334 235 135 0 35 72 16 36 100 75
Binary 11011100 10011101 1011101 0 11101 111010 1110 11110 1000000 111101

Color Harmonies of #DC9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D5D

Black with #DC9D5D

Text Example


Text Example

White with #DC9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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