Html Css Color HEX #D8A16D Porsche

📋 copy color: '#D8A16D'

red 216 ◦ green 161 ◦ blue 109

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

Shades of Porsche #D8A16D

Tints of Porsche #D8A16D

RGB

 RED value IS 216 (84.77% from 255) = 44.44%

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

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 44.44%
G = 33.13%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A16D (or 0xD8A16D) is known color: Porsche. HEX triplet: D8, A1 and 6D. RGB value is (216,161,109). Sum of RGB (Red+Green+Blue) = 216+161+109=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A16D is #275E92. Grayscale: #ABABAB. Windows color (decimal): -2580115 or 7184856. OLE color: 7184856.

HSL color Cylindrical-coordinate representation of color #D8A16D: hue angle of 29.16º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A16D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 109 -
CMYK 0 0.25 0.50 0.15
HSL 29.16º 0.58% 0.64% -
HSV(B) 29.16º 0.5% 0.85% -
XYZ 43.82 41.19 20.11 -
YUV 171.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 216 161 109 0 0.25 0.50 0.15 29.16 0.58 0.64
Hex D8 A1 6D 0 19 32 F 1D 3A 40
Octal 330 241 155 0 31 62 17 35 72 100
Binary 11011000 10100001 1101101 0 11001 110010 1111 11101 111010 1000000

Color Harmonies of #D8A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A16D

Black with #D8A16D

Text Example


Text Example

White with #D8A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A16D; }

 p { color: rgb(216,161,109); }

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

background-color css

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

 a { background-color: rgb(216,161,109); }

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

border-color css

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

 span { border-color: rgb(216,161,109); }

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