Html Css Color HEX #D8A161 Porsche

📋 copy color: '#D8A161'

red 216 ◦ green 161 ◦ blue 97

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

Shades of Porsche #D8A161

Tints of Porsche #D8A161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.46%

R = 45.57%
G = 33.97%
B = 20.46%

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

#D8A161 (or 0xD8A161) is known color: Porsche. HEX triplet: D8, A1 and 61. RGB value is (216,161,97). Sum of RGB (Red+Green+Blue) = 216+161+97=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A161 is #275E9E. Grayscale: #AAAAAA. Windows color (decimal): -2580127 or 6398424. OLE color: 6398424.

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

Color convert

RGB 216 161 97 -
CMYK 0 0.25 0.55 0.15
HSL 32.27º 0.6% 0.61% -
HSV(B) 32.27º 0.55% 0.85% -
XYZ 43.22 40.95 16.94 -
YUV 170.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 216 161 97 0 0.25 0.55 0.15 32.27 0.6 0.61
Hex D8 A1 61 0 19 37 F 20 3C 3D
Octal 330 241 141 0 31 67 17 40 74 75
Binary 11011000 10100001 1100001 0 11001 110111 1111 100000 111100 111101

Color Harmonies of #D8A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A161

Black with #D8A161

Text Example


Text Example

White with #D8A161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A161; }

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

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

background-color css

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

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

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

border-color css

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

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

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