Html Css Color HEX #DC975D Porsche

📋 copy color: '#DC975D'

red 220 ◦ green 151 ◦ blue 93

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

Shades of Porsche #DC975D

Tints of Porsche #DC975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

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

R = 47.41%
G = 32.54%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC975D (or 0xDC975D) is known color: Porsche. HEX triplet: DC, 97 and 5D. RGB value is (220,151,93). Sum of RGB (Red+Green+Blue) = 220+151+93=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC975D is #2368A2. Grayscale: #A5A5A5. Windows color (decimal): -2320547 or 6133724. OLE color: 6133724.

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

Color convert

RGB 220 151 93 -
CMYK 0 0.31 0.58 0.14
HSL 27.4º 0.64% 0.61% -
HSV(B) 27.4º 0.58% 0.86% -
XYZ 42.56 38.14 15.47 -
YUV 165.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 220 151 93 0 0.31 0.58 0.14 27.4 0.64 0.61
Hex DC 97 5D 0 1F 3A E 1B 40 3D
Octal 334 227 135 0 37 72 16 33 100 75
Binary 11011100 10010111 1011101 0 11111 111010 1110 11011 1000000 111101

Color Harmonies of #DC975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC975D

Black with #DC975D

Text Example


Text Example

White with #DC975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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