Html Css Color HEX #D9A164 Porsche

📋 copy color: '#D9A164'

red 217 ◦ green 161 ◦ blue 100

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

Shades of Porsche #D9A164

Tints of Porsche #D9A164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 45.4%
G = 33.68%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9A164 (or 0xD9A164) is known color: Porsche. HEX triplet: D9, A1 and 64. RGB value is (217,161,100). Sum of RGB (Red+Green+Blue) = 217+161+100=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A164 is #265E9B. Grayscale: #ABABAB. Windows color (decimal): -2514588 or 6595033. OLE color: 6595033.

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

Color convert

RGB 217 161 100 -
CMYK 0 0.26 0.54 0.15
HSL 31.28º 0.61% 0.62% -
HSV(B) 31.28º 0.54% 0.85% -
XYZ 43.66 41.16 17.7 -
YUV 170.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 217 161 100 0 0.26 0.54 0.15 31.28 0.61 0.62
Hex D9 A1 64 0 1A 36 F 1F 3D 3E
Octal 331 241 144 0 32 66 17 37 75 76
Binary 11011001 10100001 1100100 0 11010 110110 1111 11111 111101 111110

Color Harmonies of #D9A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A164

Black with #D9A164

Text Example


Text Example

White with #D9A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A164; }

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

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

background-color css

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

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

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

border-color css

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

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

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