Html Css Color HEX #D8A05D Porsche

📋 copy color: '#D8A05D'

red 216 ◦ green 160 ◦ blue 93

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

Shades of Porsche #D8A05D

Tints of Porsche #D8A05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 46.06%
G = 34.12%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8A05D (or 0xD8A05D) is known color: Porsche. HEX triplet: D8, A0 and 5D. RGB value is (216,160,93). Sum of RGB (Red+Green+Blue) = 216+160+93=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A05D is #275FA2. Grayscale: #A9A9A9. Windows color (decimal): -2580387 or 6136024. OLE color: 6136024.

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

Color convert

RGB 216 160 93 -
CMYK 0 0.26 0.57 0.15
HSL 32.68º 0.61% 0.61% -
HSV(B) 32.68º 0.57% 0.85% -
XYZ 42.87 40.53 15.92 -
YUV 169.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 216 160 93 0 0.26 0.57 0.15 32.68 0.61 0.61
Hex D8 A0 5D 0 1A 39 F 21 3D 3D
Octal 330 240 135 0 32 71 17 41 75 75
Binary 11011000 10100000 1011101 0 11010 111001 1111 100001 111101 111101

Color Harmonies of #D8A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A05D

Black with #D8A05D

Text Example


Text Example

White with #D8A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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