Html Css Color HEX #DC985C Porsche

📋 copy color: '#DC985C'

red 220 ◦ green 152 ◦ blue 92

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

Shades of Porsche #DC985C

Tints of Porsche #DC985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.83%

R = 47.41%
G = 32.76%
B = 19.83%

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

#DC985C (or 0xDC985C) is known color: Porsche. HEX triplet: DC, 98 and 5C. RGB value is (220,152,92). Sum of RGB (Red+Green+Blue) = 220+152+92=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC985C is #2367A3. Grayscale: #A5A5A5. Windows color (decimal): -2320292 or 6068444. OLE color: 6068444.

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

Color convert

RGB 220 152 92 -
CMYK 0 0.31 0.58 0.14
HSL 28.13º 0.65% 0.61% -
HSV(B) 28.13º 0.58% 0.86% -
XYZ 42.68 38.44 15.3 -
YUV 165.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 220 152 92 0 0.31 0.58 0.14 28.13 0.65 0.61
Hex DC 98 5C 0 1F 3A E 1C 41 3D
Octal 334 230 134 0 37 72 16 34 101 75
Binary 11011100 10011000 1011100 0 11111 111010 1110 11100 1000001 111101

Color Harmonies of #DC985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC985C

Black with #DC985C

Text Example


Text Example

White with #DC985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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