Html Css Color HEX #DC9A5F Porsche

📋 copy color: '#DC9A5F'

red 220 ◦ green 154 ◦ blue 95

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

Shades of Porsche #DC9A5F

Tints of Porsche #DC9A5F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 46.91%
G = 32.84%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC9A5F (or 0xDC9A5F) is known color: Porsche. HEX triplet: DC, 9A and 5F. RGB value is (220,154,95). Sum of RGB (Red+Green+Blue) = 220+154+95=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A5F is #2365A0. Grayscale: #A7A7A7. Windows color (decimal): -2319777 or 6265564. OLE color: 6265564.

HSL color Cylindrical-coordinate representation of color #DC9A5F: hue angle of 28.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC9A5F is Cyan = 0, Magento = 0.3, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 95 -
CMYK 0 0.3 0.57 0.14
HSL 28.32º 0.64% 0.62% -
HSV(B) 28.32º 0.57% 0.86% -
XYZ 43.14 39.15 16.11 -
YUV 167.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 220 154 95 0 0.3 0.57 0.14 28.32 0.64 0.62
Hex DC 9A 5F 0 1E 39 E 1C 40 3E
Octal 334 232 137 0 36 71 16 34 100 76
Binary 11011100 10011010 1011111 0 11110 111001 1110 11100 1000000 111110

Color Harmonies of #DC9A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A5F

Black with #DC9A5F

Text Example


Text Example

White with #DC9A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A5F; }

 p { color: rgb(220,154,95); }

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

background-color css

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

 a { background-color: rgb(220,154,95); }

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

border-color css

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

 span { border-color: rgb(220,154,95); }

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