Html Css Color HEX #DC9E64 Porsche

📋 copy color: '#DC9E64'

red 220 ◦ green 158 ◦ blue 100

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

Shades of Porsche #DC9E64

Tints of Porsche #DC9E64

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

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

R = 46.03%
G = 33.05%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9E64 (or 0xDC9E64) is known color: Porsche. HEX triplet: DC, 9E and 64. RGB value is (220,158,100). Sum of RGB (Red+Green+Blue) = 220+158+100=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E64 is #23619B. Grayscale: #AAAAAA. Windows color (decimal): -2318748 or 6594268. OLE color: 6594268.

HSL color Cylindrical-coordinate representation of color #DC9E64: hue angle of 29º 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 #DC9E64 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 100 -
CMYK 0 0.28 0.55 0.14
HSL 29º 0.63% 0.63% -
HSV(B) 29º 0.55% 0.86% -
XYZ 44.04 40.59 17.57 -
YUV 169.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 220 158 100 0 0.28 0.55 0.14 29 0.63 0.63
Hex DC 9E 64 0 1C 37 E 1D 3F 3F
Octal 334 236 144 0 34 67 16 35 77 77
Binary 11011100 10011110 1100100 0 11100 110111 1110 11101 111111 111111

Color Harmonies of #DC9E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E64

Black with #DC9E64

Text Example


Text Example

White with #DC9E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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