Html Css Color HEX #D8A164 Porsche

📋 copy color: '#D8A164'

red 216 ◦ green 161 ◦ blue 100

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

Shades of Porsche #D8A164

Tints of Porsche #D8A164

RGB

 RED value IS 216 (84.77% from 255) = 45.28%

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

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

R = 45.28%
G = 33.75%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A164 (or 0xD8A164) is known color: Porsche. HEX triplet: D8, A1 and 64. RGB value is (216,161,100). Sum of RGB (Red+Green+Blue) = 216+161+100=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A164 is #275E9B. Grayscale: #AAAAAA. Windows color (decimal): -2580124 or 6595032. OLE color: 6595032.

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

Color convert

RGB 216 161 100 -
CMYK 0 0.25 0.54 0.15
HSL 31.55º 0.6% 0.62% -
HSV(B) 31.55º 0.54% 0.85% -
XYZ 43.36 41.01 17.69 -
YUV 170.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 216 161 100 0 0.25 0.54 0.15 31.55 0.6 0.62
Hex D8 A1 64 0 19 36 F 20 3C 3E
Octal 330 241 144 0 31 66 17 40 74 76
Binary 11011000 10100001 1100100 0 11001 110110 1111 100000 111100 111110

Color Harmonies of #D8A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A164

Black with #D8A164

Text Example


Text Example

White with #D8A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A164; }

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

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

background-color css

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

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

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

border-color css

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

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

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