Html Css Color HEX #DC9E5C Porsche

📋 copy color: '#DC9E5C'

red 220 ◦ green 158 ◦ blue 92

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

Shades of Porsche #DC9E5C

Tints of Porsche #DC9E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 46.81%
G = 33.62%
B = 19.57%

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

#DC9E5C (or 0xDC9E5C) is known color: Porsche. HEX triplet: DC, 9E and 5C. RGB value is (220,158,92). Sum of RGB (Red+Green+Blue) = 220+158+92=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E5C is #2361A3. Grayscale: #A9A9A9. Windows color (decimal): -2318756 or 6069980. OLE color: 6069980.

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

Color convert

RGB 220 158 92 -
CMYK 0 0.28 0.58 0.14
HSL 30.94º 0.65% 0.61% -
HSV(B) 30.94º 0.58% 0.86% -
XYZ 43.67 40.44 15.63 -
YUV 169.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 220 158 92 0 0.28 0.58 0.14 30.94 0.65 0.61
Hex DC 9E 5C 0 1C 3A E 1F 41 3D
Octal 334 236 134 0 34 72 16 37 101 75
Binary 11011100 10011110 1011100 0 11100 111010 1110 11111 1000001 111101

Color Harmonies of #DC9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E5C

Black with #DC9E5C

Text Example


Text Example

White with #DC9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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