Html Css Color HEX #D8A166 Porsche

📋 copy color: '#D8A166'

red 216 ◦ green 161 ◦ blue 102

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

Shades of Porsche #D8A166

Tints of Porsche #D8A166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 45.09%
G = 33.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8A166 (or 0xD8A166) is known color: Porsche. HEX triplet: D8, A1 and 66. RGB value is (216,161,102). Sum of RGB (Red+Green+Blue) = 216+161+102=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A166 is #275E99. Grayscale: #ABABAB. Windows color (decimal): -2580122 or 6726104. OLE color: 6726104.

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

Color convert

RGB 216 161 102 -
CMYK 0 0.25 0.53 0.15
HSL 31.05º 0.59% 0.62% -
HSV(B) 31.05º 0.53% 0.85% -
XYZ 43.46 41.05 18.2 -
YUV 170.72 89.22 160.3 -
System Red Green Blue C M Y K H S L
Decimal 216 161 102 0 0.25 0.53 0.15 31.05 0.59 0.62
Hex D8 A1 66 0 19 35 F 1F 3B 3E
Octal 330 241 146 0 31 65 17 37 73 76
Binary 11011000 10100001 1100110 0 11001 110101 1111 11111 111011 111110

Color Harmonies of #D8A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A166

Black with #D8A166

Text Example


Text Example

White with #D8A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A166; }

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

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

background-color css

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

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

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

border-color css

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

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

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