Html Css Color HEX #D7A064 Porsche

📋 copy color: '#D7A064'

red 215 ◦ green 160 ◦ blue 100

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

Shades of Porsche #D7A064

Tints of Porsche #D7A064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 45.26%
G = 33.68%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7A064 (or 0xD7A064) is known color: Porsche. HEX triplet: D7, A0 and 64. RGB value is (215,160,100). Sum of RGB (Red+Green+Blue) = 215+160+100=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A064 is #285F9B. Grayscale: #A9A9A9. Windows color (decimal): -2645916 or 6594775. OLE color: 6594775.

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

Color convert

RGB 215 160 100 -
CMYK 0 0.26 0.53 0.16
HSL 31.3º 0.59% 0.62% -
HSV(B) 31.3º 0.53% 0.84% -
XYZ 42.9 40.51 17.61 -
YUV 169.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 215 160 100 0 0.26 0.53 0.16 31.3 0.59 0.62
Hex D7 A0 64 0 1A 35 10 1F 3B 3E
Octal 327 240 144 0 32 65 20 37 73 76
Binary 11010111 10100000 1100100 0 11010 110101 10000 11111 111011 111110

Color Harmonies of #D7A064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A064

Black with #D7A064

Text Example


Text Example

White with #D7A064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A064; }

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

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

background-color css

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

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

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

border-color css

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

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

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