Html Css Color HEX #D9A26D Porsche

📋 copy color: '#D9A26D'

red 217 ◦ green 162 ◦ blue 109

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

Shades of Porsche #D9A26D

Tints of Porsche #D9A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.2%

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

R = 44.47%
G = 33.2%
B = 22.34%

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

#D9A26D (or 0xD9A26D) is known color: Porsche. HEX triplet: D9, A2 and 6D. RGB value is (217,162,109). Sum of RGB (Red+Green+Blue) = 217+162+109=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A26D is #265D92. Grayscale: #ACACAC. Windows color (decimal): -2514323 or 7185113. OLE color: 7185113.

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

Color convert

RGB 217 162 109 -
CMYK 0 0.25 0.50 0.15
HSL 29.44º 0.59% 0.64% -
HSV(B) 29.44º 0.5% 0.85% -
XYZ 44.3 41.7 20.18 -
YUV 172.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 217 162 109 0 0.25 0.50 0.15 29.44 0.59 0.64
Hex D9 A2 6D 0 19 32 F 1D 3B 40
Octal 331 242 155 0 31 62 17 35 73 100
Binary 11011001 10100010 1101101 0 11001 110010 1111 11101 111011 1000000

Color Harmonies of #D9A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A26D

Black with #D9A26D

Text Example


Text Example

White with #D9A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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