Html Css Color HEX #DC974F Porsche

📋 copy color: '#DC974F'

red 220 ◦ green 151 ◦ blue 79

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

Shades of Porsche #DC974F

Tints of Porsche #DC974F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 48.89%
G = 33.56%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC974F (or 0xDC974F) is known color: Porsche. HEX triplet: DC, 97 and 4F. RGB value is (220,151,79). Sum of RGB (Red+Green+Blue) = 220+151+79=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC974F is #2368B0. Grayscale: #A3A3A3. Windows color (decimal): -2320561 or 5216220. OLE color: 5216220.

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

Color convert

RGB 220 151 79 -
CMYK 0 0.31 0.64 0.14
HSL 30.64º 0.67% 0.59% -
HSV(B) 30.64º 0.64% 0.86% -
XYZ 41.99 37.91 12.5 -
YUV 163.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 220 151 79 0 0.31 0.64 0.14 30.64 0.67 0.59
Hex DC 97 4F 0 1F 40 E 1F 43 3B
Octal 334 227 117 0 37 100 16 37 103 73
Binary 11011100 10010111 1001111 0 11111 1000000 1110 11111 1000011 111011

Color Harmonies of #DC974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC974F

Black with #DC974F

Text Example


Text Example

White with #DC974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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