Html Css Color HEX #DC9C5B Porsche

📋 copy color: '#DC9C5B'

red 220 ◦ green 156 ◦ blue 91

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

Shades of Porsche #DC9C5B

Tints of Porsche #DC9C5B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

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

R = 47.11%
G = 33.4%
B = 19.49%

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

#DC9C5B (or 0xDC9C5B) is known color: Porsche. HEX triplet: DC, 9C and 5B. RGB value is (220,156,91). Sum of RGB (Red+Green+Blue) = 220+156+91=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C5B is #2363A4. Grayscale: #A8A8A8. Windows color (decimal): -2319269 or 6003932. OLE color: 6003932.

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

Color convert

RGB 220 156 91 -
CMYK 0 0.29 0.59 0.14
HSL 30.23º 0.65% 0.61% -
HSV(B) 30.23º 0.59% 0.86% -
XYZ 43.29 39.75 15.29 -
YUV 167.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 220 156 91 0 0.29 0.59 0.14 30.23 0.65 0.61
Hex DC 9C 5B 0 1D 3B E 1E 41 3D
Octal 334 234 133 0 35 73 16 36 101 75
Binary 11011100 10011100 1011011 0 11101 111011 1110 11110 1000001 111101

Color Harmonies of #DC9C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C5B

Black with #DC9C5B

Text Example


Text Example

White with #DC9C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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