Html Css Color HEX #DC9C6A Porsche

📋 copy color: '#DC9C6A'

red 220 ◦ green 156 ◦ blue 106

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

Shades of Porsche #DC9C6A

Tints of Porsche #DC9C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 45.64%
G = 32.37%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC9C6A (or 0xDC9C6A) is known color: Porsche. HEX triplet: DC, 9C and 6A. RGB value is (220,156,106). Sum of RGB (Red+Green+Blue) = 220+156+106=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C6A is #236395. Grayscale: #A9A9A9. Windows color (decimal): -2319254 or 6986972. OLE color: 6986972.

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

Color convert

RGB 220 156 106 -
CMYK 0 0.29 0.52 0.14
HSL 26.32º 0.62% 0.64% -
HSV(B) 26.32º 0.52% 0.86% -
XYZ 44.01 40.03 19.04 -
YUV 169.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 220 156 106 0 0.29 0.52 0.14 26.32 0.62 0.64
Hex DC 9C 6A 0 1D 34 E 1A 3E 40
Octal 334 234 152 0 35 64 16 32 76 100
Binary 11011100 10011100 1101010 0 11101 110100 1110 11010 111110 1000000

Color Harmonies of #DC9C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C6A

Black with #DC9C6A

Text Example


Text Example

White with #DC9C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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