Html Css Color HEX #DC9E53 Porsche

📋 copy color: '#DC9E53'

red 220 ◦ green 158 ◦ blue 83

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

Shades of Porsche #DC9E53

Tints of Porsche #DC9E53

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.27%

 BLUE value IS 83 (32.81% from 255) = 18%

R = 47.72%
G = 34.27%
B = 18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9E53 (or 0xDC9E53) is known color: Porsche. HEX triplet: DC, 9E and 53. RGB value is (220,158,83). Sum of RGB (Red+Green+Blue) = 220+158+83=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E53 is #2361AC. Grayscale: #A8A8A8. Windows color (decimal): -2318765 or 5480156. OLE color: 5480156.

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

Color convert

RGB 220 158 83 -
CMYK 0 0.28 0.62 0.14
HSL 32.85º 0.66% 0.59% -
HSV(B) 32.85º 0.62% 0.86% -
XYZ 43.3 40.29 13.68 -
YUV 167.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 220 158 83 0 0.28 0.62 0.14 32.85 0.66 0.59
Hex DC 9E 53 0 1C 3E E 21 42 3B
Octal 334 236 123 0 34 76 16 41 102 73
Binary 11011100 10011110 1010011 0 11100 111110 1110 100001 1000010 111011

Color Harmonies of #DC9E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E53

Black with #DC9E53

Text Example


Text Example

White with #DC9E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E53; }

 p { color: rgb(220,158,83); }

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

background-color css

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

 a { background-color: rgb(220,158,83); }

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

border-color css

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

 span { border-color: rgb(220,158,83); }

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