Html Css Color HEX #DC9E5B Porsche

📋 copy color: '#DC9E5B'

red 220 ◦ green 158 ◦ blue 91

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

Shades of Porsche #DC9E5B

Tints of Porsche #DC9E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.4%

R = 46.91%
G = 33.69%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC9E5B (or 0xDC9E5B) is known color: Porsche. HEX triplet: DC, 9E and 5B. RGB value is (220,158,91). Sum of RGB (Red+Green+Blue) = 220+158+91=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E5B is #2361A4. Grayscale: #A9A9A9. Windows color (decimal): -2318757 or 6004444. OLE color: 6004444.

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

Color convert

RGB 220 158 91 -
CMYK 0 0.28 0.59 0.14
HSL 31.16º 0.65% 0.61% -
HSV(B) 31.16º 0.59% 0.86% -
XYZ 43.63 40.42 15.4 -
YUV 168.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 220 158 91 0 0.28 0.59 0.14 31.16 0.65 0.61
Hex DC 9E 5B 0 1C 3B E 1F 41 3D
Octal 334 236 133 0 34 73 16 37 101 75
Binary 11011100 10011110 1011011 0 11100 111011 1110 11111 1000001 111101

Color Harmonies of #DC9E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E5B

Black with #DC9E5B

Text Example


Text Example

White with #DC9E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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