Html Css Color HEX #D8A16B Porsche

📋 copy color: '#D8A16B'

red 216 ◦ green 161 ◦ blue 107

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

Shades of Porsche #D8A16B

Tints of Porsche #D8A16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 44.63%
G = 33.26%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A16B (or 0xD8A16B) is known color: Porsche. HEX triplet: D8, A1 and 6B. RGB value is (216,161,107). Sum of RGB (Red+Green+Blue) = 216+161+107=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A16B is #275E94. Grayscale: #ABABAB. Windows color (decimal): -2580117 or 7053784. OLE color: 7053784.

HSL color Cylindrical-coordinate representation of color #D8A16B: hue angle of 29.72º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A16B is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 161 107 -
CMYK 0 0.25 0.50 0.15
HSL 29.72º 0.58% 0.63% -
HSV(B) 29.72º 0.5% 0.85% -
XYZ 43.72 41.15 19.55 -
YUV 171.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 216 161 107 0 0.25 0.50 0.15 29.72 0.58 0.63
Hex D8 A1 6B 0 19 32 F 1E 3A 3F
Octal 330 241 153 0 31 62 17 36 72 77
Binary 11011000 10100001 1101011 0 11001 110010 1111 11110 111010 111111

Color Harmonies of #D8A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A16B

Black with #D8A16B

Text Example


Text Example

White with #D8A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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