Html Css Color HEX #DC984F Porsche

📋 copy color: '#DC984F'

red 220 ◦ green 152 ◦ blue 79

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

Shades of Porsche #DC984F

Tints of Porsche #DC984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.7%

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

R = 48.78%
G = 33.7%
B = 17.52%

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

#DC984F (or 0xDC984F) is known color: Porsche. HEX triplet: DC, 98 and 4F. RGB value is (220,152,79). Sum of RGB (Red+Green+Blue) = 220+152+79=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC984F is #2367B0. Grayscale: #A4A4A4. Windows color (decimal): -2320305 or 5216476. OLE color: 5216476.

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

Color convert

RGB 220 152 79 -
CMYK 0 0.31 0.64 0.14
HSL 31.06º 0.67% 0.59% -
HSV(B) 31.06º 0.64% 0.86% -
XYZ 42.15 38.24 12.56 -
YUV 164.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 220 152 79 0 0.31 0.64 0.14 31.06 0.67 0.59
Hex DC 98 4F 0 1F 40 E 1F 43 3B
Octal 334 230 117 0 37 100 16 37 103 73
Binary 11011100 10011000 1001111 0 11111 1000000 1110 11111 1000011 111011

Color Harmonies of #DC984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC984F

Black with #DC984F

Text Example


Text Example

White with #DC984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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