Html Css Color HEX #D7A16C Porsche

📋 copy color: '#D7A16C'

red 215 ◦ green 161 ◦ blue 108

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

Shades of Porsche #D7A16C

Tints of Porsche #D7A16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.31%

R = 44.42%
G = 33.26%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7A16C (or 0xD7A16C) is known color: Porsche. HEX triplet: D7, A1 and 6C. RGB value is (215,161,108). Sum of RGB (Red+Green+Blue) = 215+161+108=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A16C is #285E93. Grayscale: #ABABAB. Windows color (decimal): -2645652 or 7119319. OLE color: 7119319.

HSL color Cylindrical-coordinate representation of color #D7A16C: hue angle of 29.72º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7A16C is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 161 108 -
CMYK 0 0.25 0.50 0.16
HSL 29.72º 0.57% 0.63% -
HSV(B) 29.72º 0.5% 0.84% -
XYZ 43.48 41.02 19.81 -
YUV 171.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 215 161 108 0 0.25 0.50 0.16 29.72 0.57 0.63
Hex D7 A1 6C 0 19 32 10 1E 39 3F
Octal 327 241 154 0 31 62 20 36 71 77
Binary 11010111 10100001 1101100 0 11001 110010 10000 11110 111001 111111

Color Harmonies of #D7A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A16C

Black with #D7A16C

Text Example


Text Example

White with #D7A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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