Html Css Color HEX #D7A061 Porsche

📋 copy color: '#D7A061'

red 215 ◦ green 160 ◦ blue 97

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

Shades of Porsche #D7A061

Tints of Porsche #D7A061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.55%

R = 45.55%
G = 33.9%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7A061 (or 0xD7A061) is known color: Porsche. HEX triplet: D7, A0 and 61. RGB value is (215,160,97). Sum of RGB (Red+Green+Blue) = 215+160+97=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A061 is #285F9E. Grayscale: #A9A9A9. Windows color (decimal): -2645919 or 6398167. OLE color: 6398167.

HSL color Cylindrical-coordinate representation of color #D7A061: hue angle of 32.03º degrees, saturation: 0.6, 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 #D7A061 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 160 97 -
CMYK 0 0.26 0.55 0.16
HSL 32.03º 0.6% 0.61% -
HSV(B) 32.03º 0.55% 0.84% -
XYZ 42.75 40.45 16.86 -
YUV 169.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 215 160 97 0 0.26 0.55 0.16 32.03 0.6 0.61
Hex D7 A0 61 0 1A 37 10 20 3C 3D
Octal 327 240 141 0 32 67 20 40 74 75
Binary 11010111 10100000 1100001 0 11010 110111 10000 100000 111100 111101

Color Harmonies of #D7A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A061

Black with #D7A061

Text Example


Text Example

White with #D7A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A061; }

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

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

background-color css

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

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

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

border-color css

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

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

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