Html Css Color HEX #DC9E54 Porsche

📋 copy color: '#DC9E54'

red 220 ◦ green 158 ◦ blue 84

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

Shades of Porsche #DC9E54

Tints of Porsche #DC9E54

RGB

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

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

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

R = 47.62%
G = 34.2%
B = 18.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

#DC9E54 (or 0xDC9E54) is known color: Porsche. HEX triplet: DC, 9E and 54. RGB value is (220,158,84). Sum of RGB (Red+Green+Blue) = 220+158+84=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E54 is #2361AB. Grayscale: #A8A8A8. Windows color (decimal): -2318764 or 5545692. OLE color: 5545692.

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

Color convert

RGB 220 158 84 -
CMYK 0 0.28 0.62 0.14
HSL 32.65º 0.66% 0.6% -
HSV(B) 32.65º 0.62% 0.86% -
XYZ 43.34 40.31 13.88 -
YUV 168.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 220 158 84 0 0.28 0.62 0.14 32.65 0.66 0.6
Hex DC 9E 54 0 1C 3E E 21 42 3C
Octal 334 236 124 0 34 76 16 41 102 74
Binary 11011100 10011110 1010100 0 11100 111110 1110 100001 1000010 111100

Color Harmonies of #DC9E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E54

Black with #DC9E54

Text Example


Text Example

White with #DC9E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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