Html Css Color HEX #D8A162 Porsche

📋 copy color: '#D8A162'

red 216 ◦ green 161 ◦ blue 98

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

Shades of Porsche #D8A162

Tints of Porsche #D8A162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.63%

R = 45.47%
G = 33.89%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8A162 (or 0xD8A162) is known color: Porsche. HEX triplet: D8, A1 and 62. RGB value is (216,161,98). Sum of RGB (Red+Green+Blue) = 216+161+98=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A162 is #275E9D. Grayscale: #AAAAAA. Windows color (decimal): -2580126 or 6463960. OLE color: 6463960.

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

Color convert

RGB 216 161 98 -
CMYK 0 0.25 0.55 0.15
HSL 32.03º 0.6% 0.62% -
HSV(B) 32.03º 0.55% 0.85% -
XYZ 43.27 40.97 17.18 -
YUV 170.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 216 161 98 0 0.25 0.55 0.15 32.03 0.6 0.62
Hex D8 A1 62 0 19 37 F 20 3C 3E
Octal 330 241 142 0 31 67 17 40 74 76
Binary 11011000 10100001 1100010 0 11001 110111 1111 100000 111100 111110

Color Harmonies of #D8A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A162

Black with #D8A162

Text Example


Text Example

White with #D8A162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A162; }

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

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

background-color css

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

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

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

border-color css

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

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

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