Html Css Color HEX #DC9963 Porsche

📋 copy color: '#DC9963'

red 220 ◦ green 153 ◦ blue 99

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

Shades of Porsche #DC9963

Tints of Porsche #DC9963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 99 (39.06% from 255) = 20.97%

R = 46.61%
G = 32.42%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9963 (or 0xDC9963) is known color: Porsche. HEX triplet: DC, 99 and 63. RGB value is (220,153,99). Sum of RGB (Red+Green+Blue) = 220+153+99=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9963 is #23669C. Grayscale: #A7A7A7. Windows color (decimal): -2320029 or 6527452. OLE color: 6527452.

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

Color convert

RGB 220 153 99 -
CMYK 0 0.30 0.55 0.14
HSL 26.78º 0.63% 0.63% -
HSV(B) 26.78º 0.55% 0.86% -
XYZ 43.16 38.9 17.04 -
YUV 166.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 220 153 99 0 0.30 0.55 0.14 26.78 0.63 0.63
Hex DC 99 63 0 1E 37 E 1B 3F 3F
Octal 334 231 143 0 36 67 16 33 77 77
Binary 11011100 10011001 1100011 0 11110 110111 1110 11011 111111 111111

Color Harmonies of #DC9963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9963

Black with #DC9963

Text Example


Text Example

White with #DC9963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9963; }

 p { color: rgb(220,153,99); }

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

background-color css

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

 a { background-color: rgb(220,153,99); }

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

border-color css

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

 span { border-color: rgb(220,153,99); }

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