Html Css Color HEX #DC9D54 Porsche

📋 copy color: '#DC9D54'

red 220 ◦ green 157 ◦ blue 84

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

Shades of Porsche #DC9D54

Tints of Porsche #DC9D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.22%

R = 47.72%
G = 34.06%
B = 18.22%

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

#DC9D54 (or 0xDC9D54) is known color: Porsche. HEX triplet: DC, 9D and 54. RGB value is (220,157,84). Sum of RGB (Red+Green+Blue) = 220+157+84=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D54 is #2362AB. Grayscale: #A7A7A7. Windows color (decimal): -2319020 or 5545436. OLE color: 5545436.

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

Color convert

RGB 220 157 84 -
CMYK 0 0.29 0.62 0.14
HSL 32.21º 0.66% 0.6% -
HSV(B) 32.21º 0.62% 0.86% -
XYZ 43.17 39.97 13.83 -
YUV 167.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 220 157 84 0 0.29 0.62 0.14 32.21 0.66 0.6
Hex DC 9D 54 0 1D 3E E 20 42 3C
Octal 334 235 124 0 35 76 16 40 102 74
Binary 11011100 10011101 1010100 0 11101 111110 1110 100000 1000010 111100

Color Harmonies of #DC9D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D54

Black with #DC9D54

Text Example


Text Example

White with #DC9D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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