Html Css Color HEX #DC9C64 Porsche

📋 copy color: '#DC9C64'

red 220 ◦ green 156 ◦ blue 100

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

Shades of Porsche #DC9C64

Tints of Porsche #DC9C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.01%

R = 46.22%
G = 32.77%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9C64 (or 0xDC9C64) is known color: Porsche. HEX triplet: DC, 9C and 64. RGB value is (220,156,100). Sum of RGB (Red+Green+Blue) = 220+156+100=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C64 is #23639B. Grayscale: #A9A9A9. Windows color (decimal): -2319260 or 6593756. OLE color: 6593756.

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

Color convert

RGB 220 156 100 -
CMYK 0 0.29 0.55 0.14
HSL 28º 0.63% 0.63% -
HSV(B) 28º 0.55% 0.86% -
XYZ 43.7 39.91 17.46 -
YUV 168.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 220 156 100 0 0.29 0.55 0.14 28 0.63 0.63
Hex DC 9C 64 0 1D 37 E 1C 3F 3F
Octal 334 234 144 0 35 67 16 34 77 77
Binary 11011100 10011100 1100100 0 11101 110111 1110 11100 111111 111111

Color Harmonies of #DC9C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C64

Black with #DC9C64

Text Example


Text Example

White with #DC9C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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