Html Css Color HEX #DC985D Porsche

📋 copy color: '#DC985D'

red 220 ◦ green 152 ◦ blue 93

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

Shades of Porsche #DC985D

Tints of Porsche #DC985D

RGB

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

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

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

R = 47.31%
G = 32.69%
B = 20%

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

#DC985D (or 0xDC985D) is known color: Porsche. HEX triplet: DC, 98 and 5D. RGB value is (220,152,93). Sum of RGB (Red+Green+Blue) = 220+152+93=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985D is #2367A2. Grayscale: #A5A5A5. Windows color (decimal): -2320291 or 6133980. OLE color: 6133980.

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

Color convert

RGB 220 152 93 -
CMYK 0 0.31 0.58 0.14
HSL 27.87º 0.64% 0.61% -
HSV(B) 27.87º 0.58% 0.86% -
XYZ 42.72 38.46 15.53 -
YUV 165.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 220 152 93 0 0.31 0.58 0.14 27.87 0.64 0.61
Hex DC 98 5D 0 1F 3A E 1C 40 3D
Octal 334 230 135 0 37 72 16 34 100 75
Binary 11011100 10011000 1011101 0 11111 111010 1110 11100 1000000 111101

Color Harmonies of #DC985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC985D

Black with #DC985D

Text Example


Text Example

White with #DC985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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