Html Css Color HEX #DC975A Porsche

📋 copy color: '#DC975A'

red 220 ◦ green 151 ◦ blue 90

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

Shades of Porsche #DC975A

Tints of Porsche #DC975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 47.72%
G = 32.75%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC975A (or 0xDC975A) is known color: Porsche. HEX triplet: DC, 97 and 5A. RGB value is (220,151,90). Sum of RGB (Red+Green+Blue) = 220+151+90=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC975A is #2368A5. Grayscale: #A4A4A4. Windows color (decimal): -2320550 or 5937116. OLE color: 5937116.

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

Color convert

RGB 220 151 90 -
CMYK 0 0.31 0.59 0.14
HSL 28.15º 0.65% 0.61% -
HSV(B) 28.15º 0.59% 0.86% -
XYZ 42.43 38.09 14.79 -
YUV 164.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 220 151 90 0 0.31 0.59 0.14 28.15 0.65 0.61
Hex DC 97 5A 0 1F 3B E 1C 41 3D
Octal 334 227 132 0 37 73 16 34 101 75
Binary 11011100 10010111 1011010 0 11111 111011 1110 11100 1000001 111101

Color Harmonies of #DC975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC975A

Black with #DC975A

Text Example


Text Example

White with #DC975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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