Html Css Color HEX #DC9C6C Porsche

📋 copy color: '#DC9C6C'

red 220 ◦ green 156 ◦ blue 108

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

Shades of Porsche #DC9C6C

Tints of Porsche #DC9C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 45.45%
G = 32.23%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC9C6C (or 0xDC9C6C) is known color: Porsche. HEX triplet: DC, 9C and 6C. RGB value is (220,156,108). Sum of RGB (Red+Green+Blue) = 220+156+108=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C6C is #236393. Grayscale: #A9A9A9. Windows color (decimal): -2319252 or 7118044. OLE color: 7118044.

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

Color convert

RGB 220 156 108 -
CMYK 0 0.29 0.51 0.14
HSL 25.71º 0.62% 0.64% -
HSV(B) 25.71º 0.51% 0.86% -
XYZ 44.11 40.08 19.6 -
YUV 169.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 220 156 108 0 0.29 0.51 0.14 25.71 0.62 0.64
Hex DC 9C 6C 0 1D 33 E 1A 3E 40
Octal 334 234 154 0 35 63 16 32 76 100
Binary 11011100 10011100 1101100 0 11101 110011 1110 11010 111110 1000000

Color Harmonies of #DC9C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C6C

Black with #DC9C6C

Text Example


Text Example

White with #DC9C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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