Html Css Color HEX #D6A060 Porsche

📋 copy color: '#D6A060'

red 214 ◦ green 160 ◦ blue 96

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

Shades of Porsche #D6A060

Tints of Porsche #D6A060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.43%

R = 45.53%
G = 34.04%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D6A060 (or 0xD6A060) is known color: Porsche. HEX triplet: D6, A0 and 60. RGB value is (214,160,96). Sum of RGB (Red+Green+Blue) = 214+160+96=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A060 is #295F9F. Grayscale: #A9A9A9. Windows color (decimal): -2711456 or 6332630. OLE color: 6332630.

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

Color convert

RGB 214 160 96 -
CMYK 0 0.25 0.55 0.16
HSL 32.54º 0.59% 0.61% -
HSV(B) 32.54º 0.55% 0.84% -
XYZ 42.41 40.28 16.61 -
YUV 168.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 214 160 96 0 0.25 0.55 0.16 32.54 0.59 0.61
Hex D6 A0 60 0 19 37 10 21 3B 3D
Octal 326 240 140 0 31 67 20 41 73 75
Binary 11010110 10100000 1100000 0 11001 110111 10000 100001 111011 111101

Color Harmonies of #D6A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A060

Black with #D6A060

Text Example


Text Example

White with #D6A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A060; }

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

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

background-color css

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

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

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

border-color css

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

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

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