Html Css Color HEX #D6A059 Porsche

📋 copy color: '#D6A059'

red 214 ◦ green 160 ◦ blue 89

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

Shades of Porsche #D6A059

Tints of Porsche #D6A059

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

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

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

R = 46.22%
G = 34.56%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6A059 (or 0xD6A059) is known color: Porsche. HEX triplet: D6, A0 and 59. RGB value is (214,160,89). Sum of RGB (Red+Green+Blue) = 214+160+89=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A059 is #295FA6. Grayscale: #A8A8A8. Windows color (decimal): -2711463 or 5873878. OLE color: 5873878.

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

Color convert

RGB 214 160 89 -
CMYK 0 0.25 0.58 0.16
HSL 34.08º 0.6% 0.59% -
HSV(B) 34.08º 0.58% 0.84% -
XYZ 42.11 40.16 14.98 -
YUV 168.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 214 160 89 0 0.25 0.58 0.16 34.08 0.6 0.59
Hex D6 A0 59 0 19 3A 10 22 3C 3B
Octal 326 240 131 0 31 72 20 42 74 73
Binary 11010110 10100000 1011001 0 11001 111010 10000 100010 111100 111011

Color Harmonies of #D6A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A059

Black with #D6A059

Text Example


Text Example

White with #D6A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A059; }

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

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

background-color css

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

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

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

border-color css

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

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

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