Html Css Color HEX #D9A46D Porsche

📋 copy color: '#D9A46D'

red 217 ◦ green 164 ◦ blue 109

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

Shades of Porsche #D9A46D

Tints of Porsche #D9A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 44.29%
G = 33.47%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9A46D (or 0xD9A46D) is known color: Porsche. HEX triplet: D9, A4 and 6D. RGB value is (217,164,109). Sum of RGB (Red+Green+Blue) = 217+164+109=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A46D is #265B92. Grayscale: #ADADAD. Windows color (decimal): -2513811 or 7185625. OLE color: 7185625.

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

Color convert

RGB 217 164 109 -
CMYK 0 0.24 0.50 0.15
HSL 30.56º 0.59% 0.64% -
HSV(B) 30.56º 0.5% 0.85% -
XYZ 44.65 42.41 20.3 -
YUV 173.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 217 164 109 0 0.24 0.50 0.15 30.56 0.59 0.64
Hex D9 A4 6D 0 18 32 F 1F 3B 40
Octal 331 244 155 0 30 62 17 37 73 100
Binary 11011001 10100100 1101101 0 11000 110010 1111 11111 111011 1000000

Color Harmonies of #D9A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A46D

Black with #D9A46D

Text Example


Text Example

White with #D9A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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