Html Css Color HEX #DC9D53 Porsche

📋 copy color: '#DC9D53'

red 220 ◦ green 157 ◦ blue 83

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

Shades of Porsche #DC9D53

Tints of Porsche #DC9D53

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.13%

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

R = 47.83%
G = 34.13%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9D53 (or 0xDC9D53) is known color: Porsche. HEX triplet: DC, 9D and 53. RGB value is (220,157,83). Sum of RGB (Red+Green+Blue) = 220+157+83=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D53 is #2362AC. Grayscale: #A7A7A7. Windows color (decimal): -2319021 or 5479900. OLE color: 5479900.

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

Color convert

RGB 220 157 83 -
CMYK 0 0.29 0.62 0.14
HSL 32.41º 0.66% 0.59% -
HSV(B) 32.41º 0.62% 0.86% -
XYZ 43.13 39.95 13.62 -
YUV 167.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 220 157 83 0 0.29 0.62 0.14 32.41 0.66 0.59
Hex DC 9D 53 0 1D 3E E 20 42 3B
Octal 334 235 123 0 35 76 16 40 102 73
Binary 11011100 10011101 1010011 0 11101 111110 1110 100000 1000010 111011

Color Harmonies of #DC9D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D53

Black with #DC9D53

Text Example


Text Example

White with #DC9D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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