Html Css Color HEX #DC9D5B Porsche

📋 copy color: '#DC9D5B'

red 220 ◦ green 157 ◦ blue 91

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

Shades of Porsche #DC9D5B

Tints of Porsche #DC9D5B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.55%

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

R = 47.01%
G = 33.55%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC9D5B (or 0xDC9D5B) is known color: Porsche. HEX triplet: DC, 9D and 5B. RGB value is (220,157,91). Sum of RGB (Red+Green+Blue) = 220+157+91=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D5B is #2362A4. Grayscale: #A8A8A8. Windows color (decimal): -2319013 or 6004188. OLE color: 6004188.

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

Color convert

RGB 220 157 91 -
CMYK 0 0.29 0.59 0.14
HSL 30.7º 0.65% 0.61% -
HSV(B) 30.7º 0.59% 0.86% -
XYZ 43.46 40.08 15.34 -
YUV 168.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 220 157 91 0 0.29 0.59 0.14 30.7 0.65 0.61
Hex DC 9D 5B 0 1D 3B E 1F 41 3D
Octal 334 235 133 0 35 73 16 37 101 75
Binary 11011100 10011101 1011011 0 11101 111011 1110 11111 1000001 111101

Color Harmonies of #DC9D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D5B

Black with #DC9D5B

Text Example


Text Example

White with #DC9D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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