Html Css Color HEX #D8A06D Porsche

📋 copy color: '#D8A06D'

red 216 ◦ green 160 ◦ blue 109

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

Shades of Porsche #D8A06D

Tints of Porsche #D8A06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 44.54%
G = 32.99%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A06D (or 0xD8A06D) is known color: Porsche. HEX triplet: D8, A0 and 6D. RGB value is (216,160,109). Sum of RGB (Red+Green+Blue) = 216+160+109=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A06D is #275F92. Grayscale: #ABABAB. Windows color (decimal): -2580371 or 7184600. OLE color: 7184600.

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

Color convert

RGB 216 160 109 -
CMYK 0 0.26 0.50 0.15
HSL 28.6º 0.58% 0.64% -
HSV(B) 28.6º 0.5% 0.85% -
XYZ 43.65 40.84 20.05 -
YUV 170.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 216 160 109 0 0.26 0.50 0.15 28.6 0.58 0.64
Hex D8 A0 6D 0 1A 32 F 1D 3A 40
Octal 330 240 155 0 32 62 17 35 72 100
Binary 11011000 10100000 1101101 0 11010 110010 1111 11101 111010 1000000

Color Harmonies of #D8A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A06D

Black with #D8A06D

Text Example


Text Example

White with #D8A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A06D; }

 p { color: rgb(216,160,109); }

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

background-color css

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

 a { background-color: rgb(216,160,109); }

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

border-color css

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

 span { border-color: rgb(216,160,109); }

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