Html Css Color HEX #DC9759 Porsche

📋 copy color: '#DC9759'

red 220 ◦ green 151 ◦ blue 89

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

Shades of Porsche #DC9759

Tints of Porsche #DC9759

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.83%

 BLUE value IS 89 (35.16% from 255) = 19.35%

R = 47.83%
G = 32.83%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9759 (or 0xDC9759) is known color: Porsche. HEX triplet: DC, 97 and 59. RGB value is (220,151,89). Sum of RGB (Red+Green+Blue) = 220+151+89=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9759 is #2368A6. Grayscale: #A4A4A4. Windows color (decimal): -2320551 or 5871580. OLE color: 5871580.

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

Color convert

RGB 220 151 89 -
CMYK 0 0.31 0.60 0.14
HSL 28.4º 0.65% 0.61% -
HSV(B) 28.4º 0.6% 0.86% -
XYZ 42.38 38.07 14.57 -
YUV 164.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 220 151 89 0 0.31 0.60 0.14 28.4 0.65 0.61
Hex DC 97 59 0 1F 3C E 1C 41 3D
Octal 334 227 131 0 37 74 16 34 101 75
Binary 11011100 10010111 1011001 0 11111 111100 1110 11100 1000001 111101

Color Harmonies of #DC9759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9759

Black with #DC9759

Text Example


Text Example

White with #DC9759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9759; }

 p { color: rgb(220,151,89); }

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

background-color css

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

 a { background-color: rgb(220,151,89); }

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

border-color css

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

 span { border-color: rgb(220,151,89); }

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