Html Css Color HEX #DC985F Porsche

📋 copy color: '#DC985F'

red 220 ◦ green 152 ◦ blue 95

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

Shades of Porsche #DC985F

Tints of Porsche #DC985F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 47.11%
G = 32.55%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC985F (or 0xDC985F) is known color: Porsche. HEX triplet: DC, 98 and 5F. RGB value is (220,152,95). Sum of RGB (Red+Green+Blue) = 220+152+95=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985F is #2367A0. Grayscale: #A6A6A6. Windows color (decimal): -2320289 or 6265052. OLE color: 6265052.

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

Color convert

RGB 220 152 95 -
CMYK 0 0.31 0.57 0.14
HSL 27.36º 0.64% 0.62% -
HSV(B) 27.36º 0.57% 0.86% -
XYZ 42.81 38.5 16 -
YUV 165.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 220 152 95 0 0.31 0.57 0.14 27.36 0.64 0.62
Hex DC 98 5F 0 1F 39 E 1B 40 3E
Octal 334 230 137 0 37 71 16 33 100 76
Binary 11011100 10011000 1011111 0 11111 111001 1110 11011 1000000 111110

Color Harmonies of #DC985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC985F

Black with #DC985F

Text Example


Text Example

White with #DC985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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