Html Css Color HEX #DC9E5D Porsche

📋 copy color: '#DC9E5D'

red 220 ◦ green 158 ◦ blue 93

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

Shades of Porsche #DC9E5D

Tints of Porsche #DC9E5D

RGB

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

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

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

R = 46.71%
G = 33.55%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC9E5D (or 0xDC9E5D) is known color: Porsche. HEX triplet: DC, 9E and 5D. RGB value is (220,158,93). Sum of RGB (Red+Green+Blue) = 220+158+93=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E5D is #2361A2. Grayscale: #A9A9A9. Windows color (decimal): -2318755 or 6135516. OLE color: 6135516.

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

Color convert

RGB 220 158 93 -
CMYK 0 0.28 0.58 0.14
HSL 30.71º 0.64% 0.61% -
HSV(B) 30.71º 0.58% 0.86% -
XYZ 43.72 40.46 15.86 -
YUV 169.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 220 158 93 0 0.28 0.58 0.14 30.71 0.64 0.61
Hex DC 9E 5D 0 1C 3A E 1F 40 3D
Octal 334 236 135 0 34 72 16 37 100 75
Binary 11011100 10011110 1011101 0 11100 111010 1110 11111 1000000 111101

Color Harmonies of #DC9E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E5D

Black with #DC9E5D

Text Example


Text Example

White with #DC9E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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