Html Css Color HEX #D9A16D Porsche

📋 copy color: '#D9A16D'

red 217 ◦ green 161 ◦ blue 109

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

Shades of Porsche #D9A16D

Tints of Porsche #D9A16D

RGB

 RED value IS 217 (85.16% from 255) = 44.56%

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

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

R = 44.56%
G = 33.06%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9A16D (or 0xD9A16D) is known color: Porsche. HEX triplet: D9, A1 and 6D. RGB value is (217,161,109). Sum of RGB (Red+Green+Blue) = 217+161+109=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A16D is #265E92. Grayscale: #ACACAC. Windows color (decimal): -2514579 or 7184857. OLE color: 7184857.

HSL color Cylindrical-coordinate representation of color #D9A16D: hue angle of 28.89º degrees, saturation: 0.59, 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 #D9A16D is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 109 -
CMYK 0 0.26 0.50 0.15
HSL 28.89º 0.59% 0.64% -
HSV(B) 28.89º 0.5% 0.85% -
XYZ 44.12 41.35 20.12 -
YUV 171.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 217 161 109 0 0.26 0.50 0.15 28.89 0.59 0.64
Hex D9 A1 6D 0 1A 32 F 1D 3B 40
Octal 331 241 155 0 32 62 17 35 73 100
Binary 11011001 10100001 1101101 0 11010 110010 1111 11101 111011 1000000

Color Harmonies of #D9A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A16D

Black with #D9A16D

Text Example


Text Example

White with #D9A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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