Html Css Color HEX #D7A059 Porsche

📋 copy color: '#D7A059'

red 215 ◦ green 160 ◦ blue 89

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

Shades of Porsche #D7A059

Tints of Porsche #D7A059

RGB

 RED value IS 215 (84.38% from 255) = 46.34%

 GREEN value IS 160 (62.89% from 255) = 34.48%

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

R = 46.34%
G = 34.48%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7A059 (or 0xD7A059) is known color: Porsche. HEX triplet: D7, A0 and 59. RGB value is (215,160,89). Sum of RGB (Red+Green+Blue) = 215+160+89=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A059 is #285FA6. Grayscale: #A8A8A8. Windows color (decimal): -2645927 or 5873879. OLE color: 5873879.

HSL color Cylindrical-coordinate representation of color #D7A059: hue angle of 33.81º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7A059 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 89 -
CMYK 0 0.26 0.59 0.16
HSL 33.81º 0.61% 0.6% -
HSV(B) 33.81º 0.59% 0.84% -
XYZ 42.4 40.31 15 -
YUV 168.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 215 160 89 0 0.26 0.59 0.16 33.81 0.61 0.6
Hex D7 A0 59 0 1A 3B 10 22 3D 3C
Octal 327 240 131 0 32 73 20 42 75 74
Binary 11010111 10100000 1011001 0 11010 111011 10000 100010 111101 111100

Color Harmonies of #D7A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A059

Black with #D7A059

Text Example


Text Example

White with #D7A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A059; }

 p { color: rgb(215,160,89); }

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

background-color css

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

 a { background-color: rgb(215,160,89); }

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

border-color css

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

 span { border-color: rgb(215,160,89); }

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