Html Css Color HEX #DC995D Porsche

📋 copy color: '#DC995D'

red 220 ◦ green 153 ◦ blue 93

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

Shades of Porsche #DC995D

Tints of Porsche #DC995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 47.21%
G = 32.83%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC995D (or 0xDC995D) is known color: Porsche. HEX triplet: DC, 99 and 5D. RGB value is (220,153,93). Sum of RGB (Red+Green+Blue) = 220+153+93=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC995D is #2366A2. Grayscale: #A6A6A6. Windows color (decimal): -2320035 or 6134236. OLE color: 6134236.

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

Color convert

RGB 220 153 93 -
CMYK 0 0.30 0.58 0.14
HSL 28.35º 0.64% 0.61% -
HSV(B) 28.35º 0.58% 0.86% -
XYZ 42.88 38.79 15.58 -
YUV 166.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 220 153 93 0 0.30 0.58 0.14 28.35 0.64 0.61
Hex DC 99 5D 0 1E 3A E 1C 40 3D
Octal 334 231 135 0 36 72 16 34 100 75
Binary 11011100 10011001 1011101 0 11110 111010 1110 11100 1000000 111101

Color Harmonies of #DC995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC995D

Black with #DC995D

Text Example


Text Example

White with #DC995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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