Html Css Color HEX #D7A16E Porsche

📋 copy color: '#D7A16E'

red 215 ◦ green 161 ◦ blue 110

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

Shades of Porsche #D7A16E

Tints of Porsche #D7A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 44.24%
G = 33.13%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7A16E (or 0xD7A16E) is known color: Porsche. HEX triplet: D7, A1 and 6E. RGB value is (215,161,110). Sum of RGB (Red+Green+Blue) = 215+161+110=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A16E is #285E91. Grayscale: #ABABAB. Windows color (decimal): -2645650 or 7250391. OLE color: 7250391.

HSL color Cylindrical-coordinate representation of color #D7A16E: hue angle of 29.14º 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 #D7A16E is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 161 110 -
CMYK 0 0.25 0.49 0.16
HSL 29.14º 0.57% 0.64% -
HSV(B) 29.14º 0.49% 0.84% -
XYZ 43.58 41.06 20.38 -
YUV 171.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 215 161 110 0 0.25 0.49 0.16 29.14 0.57 0.64
Hex D7 A1 6E 0 19 31 10 1D 39 40
Octal 327 241 156 0 31 61 20 35 71 100
Binary 11010111 10100001 1101110 0 11001 110001 10000 11101 111001 1000000

Color Harmonies of #D7A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A16E

Black with #D7A16E

Text Example


Text Example

White with #D7A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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