Html Css Color HEX #D7A06E Porsche

📋 copy color: '#D7A06E'

red 215 ◦ green 160 ◦ blue 110

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

Shades of Porsche #D7A06E

Tints of Porsche #D7A06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 44.33%
G = 32.99%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7A06E (or 0xD7A06E) is known color: Porsche. HEX triplet: D7, A0 and 6E. RGB value is (215,160,110). Sum of RGB (Red+Green+Blue) = 215+160+110=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A06E is #285F91. Grayscale: #AAAAAA. Windows color (decimal): -2645906 or 7250135. OLE color: 7250135.

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

Color convert

RGB 215 160 110 -
CMYK 0 0.26 0.49 0.16
HSL 28.57º 0.57% 0.64% -
HSV(B) 28.57º 0.49% 0.84% -
XYZ 43.41 40.71 20.32 -
YUV 170.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 215 160 110 0 0.26 0.49 0.16 28.57 0.57 0.64
Hex D7 A0 6E 0 1A 31 10 1D 39 40
Octal 327 240 156 0 32 61 20 35 71 100
Binary 11010111 10100000 1101110 0 11010 110001 10000 11101 111001 1000000

Color Harmonies of #D7A06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A06E

Black with #D7A06E

Text Example


Text Example

White with #D7A06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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