Html Css Color HEX #D9A168 Porsche

📋 copy color: '#D9A168'

red 217 ◦ green 161 ◦ blue 104

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

Shades of Porsche #D9A168

Tints of Porsche #D9A168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 45.02%
G = 33.4%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9A168 (or 0xD9A168) is known color: Porsche. HEX triplet: D9, A1 and 68. RGB value is (217,161,104). Sum of RGB (Red+Green+Blue) = 217+161+104=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A168 is #265E97. Grayscale: #ABABAB. Windows color (decimal): -2514584 or 6857177. OLE color: 6857177.

HSL color Cylindrical-coordinate representation of color #D9A168: hue angle of 30.27º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9A168 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 161 104 -
CMYK 0 0.26 0.52 0.15
HSL 30.27º 0.6% 0.63% -
HSV(B) 30.27º 0.52% 0.85% -
XYZ 43.86 41.24 18.75 -
YUV 171.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 217 161 104 0 0.26 0.52 0.15 30.27 0.6 0.63
Hex D9 A1 68 0 1A 34 F 1E 3C 3F
Octal 331 241 150 0 32 64 17 36 74 77
Binary 11011001 10100001 1101000 0 11010 110100 1111 11110 111100 111111

Color Harmonies of #D9A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A168

Black with #D9A168

Text Example


Text Example

White with #D9A168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A168; }

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

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

background-color css

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

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

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

border-color css

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

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

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