Html Css Color HEX #DC995E Porsche

📋 copy color: '#DC995E'

red 220 ◦ green 153 ◦ blue 94

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

Shades of Porsche #DC995E

Tints of Porsche #DC995E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 47.11%
G = 32.76%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC995E (or 0xDC995E) is known color: Porsche. HEX triplet: DC, 99 and 5E. RGB value is (220,153,94). Sum of RGB (Red+Green+Blue) = 220+153+94=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC995E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC995E is #2366A1. Grayscale: #A6A6A6. Windows color (decimal): -2320034 or 6199772. OLE color: 6199772.

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

Color convert

RGB 220 153 94 -
CMYK 0 0.30 0.57 0.14
HSL 28.1º 0.64% 0.62% -
HSV(B) 28.1º 0.57% 0.86% -
XYZ 42.93 38.81 15.82 -
YUV 166.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 220 153 94 0 0.30 0.57 0.14 28.1 0.64 0.62
Hex DC 99 5E 0 1E 39 E 1C 40 3E
Octal 334 231 136 0 36 71 16 34 100 76
Binary 11011100 10011001 1011110 0 11110 111001 1110 11100 1000000 111110

Color Harmonies of #DC995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC995E

Black with #DC995E

Text Example


Text Example

White with #DC995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC995E; }

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

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

background-color css

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

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

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

border-color css

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

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

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