Html Css Color HEX #D7A062 Porsche

📋 copy color: '#D7A062'

red 215 ◦ green 160 ◦ blue 98

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

Shades of Porsche #D7A062

Tints of Porsche #D7A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.72%

R = 45.45%
G = 33.83%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D7A062 (or 0xD7A062) is known color: Porsche. HEX triplet: D7, A0 and 62. RGB value is (215,160,98). Sum of RGB (Red+Green+Blue) = 215+160+98=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A062 is #285F9D. Grayscale: #A9A9A9. Windows color (decimal): -2645918 or 6463703. OLE color: 6463703.

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

Color convert

RGB 215 160 98 -
CMYK 0 0.26 0.54 0.16
HSL 31.79º 0.59% 0.61% -
HSV(B) 31.79º 0.54% 0.84% -
XYZ 42.8 40.47 17.11 -
YUV 169.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 215 160 98 0 0.26 0.54 0.16 31.79 0.59 0.61
Hex D7 A0 62 0 1A 36 10 20 3B 3D
Octal 327 240 142 0 32 66 20 40 73 75
Binary 11010111 10100000 1100010 0 11010 110110 10000 100000 111011 111101

Color Harmonies of #D7A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A062

Black with #D7A062

Text Example


Text Example

White with #D7A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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