Html Css Color HEX #DC9C58 Porsche

📋 copy color: '#DC9C58'

red 220 ◦ green 156 ◦ blue 88

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

Shades of Porsche #DC9C58

Tints of Porsche #DC9C58

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 88 (34.77% from 255) = 18.97%

R = 47.41%
G = 33.62%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC9C58 (or 0xDC9C58) is known color: Porsche. HEX triplet: DC, 9C and 58. RGB value is (220,156,88). Sum of RGB (Red+Green+Blue) = 220+156+88=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C58 is #2363A7. Grayscale: #A7A7A7. Windows color (decimal): -2319272 or 5807324. OLE color: 5807324.

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

Color convert

RGB 220 156 88 -
CMYK 0 0.29 0.6 0.14
HSL 30.91º 0.65% 0.6% -
HSV(B) 30.91º 0.6% 0.86% -
XYZ 43.17 39.7 14.62 -
YUV 167.38 83.2 165.53 -
System Red Green Blue C M Y K H S L
Decimal 220 156 88 0 0.29 0.6 0.14 30.91 0.65 0.6
Hex DC 9C 58 0 1D 3C E 1F 41 3C
Octal 334 234 130 0 35 74 16 37 101 74
Binary 11011100 10011100 1011000 0 11101 111100 1110 11111 1000001 111100

Color Harmonies of #DC9C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C58

Black with #DC9C58

Text Example


Text Example

White with #DC9C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C58; }

 p { color: rgb(220,156,88); }

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

background-color css

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

 a { background-color: rgb(220,156,88); }

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

border-color css

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

 span { border-color: rgb(220,156,88); }

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