Html Css Color HEX #DC9E5E Porsche

📋 copy color: '#DC9E5E'

red 220 ◦ green 158 ◦ blue 94

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

Shades of Porsche #DC9E5E

Tints of Porsche #DC9E5E

RGB

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

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

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

R = 46.61%
G = 33.47%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC9E5E (or 0xDC9E5E) is known color: Porsche. HEX triplet: DC, 9E and 5E. RGB value is (220,158,94). Sum of RGB (Red+Green+Blue) = 220+158+94=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E5E is #2361A1. Grayscale: #A9A9A9. Windows color (decimal): -2318754 or 6201052. OLE color: 6201052.

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

Color convert

RGB 220 158 94 -
CMYK 0 0.28 0.57 0.14
HSL 30.48º 0.64% 0.62% -
HSV(B) 30.48º 0.57% 0.86% -
XYZ 43.76 40.48 16.1 -
YUV 169.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 220 158 94 0 0.28 0.57 0.14 30.48 0.64 0.62
Hex DC 9E 5E 0 1C 39 E 1E 40 3E
Octal 334 236 136 0 34 71 16 36 100 76
Binary 11011100 10011110 1011110 0 11100 111001 1110 11110 1000000 111110

Color Harmonies of #DC9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E5E

Black with #DC9E5E

Text Example


Text Example

White with #DC9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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