Html Css Color HEX #DC9C5F Porsche

📋 copy color: '#DC9C5F'

red 220 ◦ green 156 ◦ blue 95

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

Shades of Porsche #DC9C5F

Tints of Porsche #DC9C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.17%

R = 46.71%
G = 33.12%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC9C5F (or 0xDC9C5F) is known color: Porsche. HEX triplet: DC, 9C and 5F. RGB value is (220,156,95). Sum of RGB (Red+Green+Blue) = 220+156+95=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C5F is #2363A0. Grayscale: #A8A8A8. Windows color (decimal): -2319265 or 6266076. OLE color: 6266076.

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

Color convert

RGB 220 156 95 -
CMYK 0 0.29 0.57 0.14
HSL 29.28º 0.64% 0.62% -
HSV(B) 29.28º 0.57% 0.86% -
XYZ 43.47 39.82 16.22 -
YUV 168.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 220 156 95 0 0.29 0.57 0.14 29.28 0.64 0.62
Hex DC 9C 5F 0 1D 39 E 1D 40 3E
Octal 334 234 137 0 35 71 16 35 100 76
Binary 11011100 10011100 1011111 0 11101 111001 1110 11101 1000000 111110

Color Harmonies of #DC9C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C5F

Black with #DC9C5F

Text Example


Text Example

White with #DC9C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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