Html Css Color HEX #D8A050 Porsche

📋 copy color: '#D8A050'

red 216 ◦ green 160 ◦ blue 80

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

Shades of Porsche #D8A050

Tints of Porsche #D8A050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.54%

R = 47.37%
G = 35.09%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8A050 (or 0xD8A050) is known color: Porsche. HEX triplet: D8, A0 and 50. RGB value is (216,160,80). Sum of RGB (Red+Green+Blue) = 216+160+80=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A050 is #275FAF. Grayscale: #A8A8A8. Windows color (decimal): -2580400 or 5284056. OLE color: 5284056.

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

Color convert

RGB 216 160 80 -
CMYK 0 0.26 0.63 0.15
HSL 35.29º 0.64% 0.58% -
HSV(B) 35.29º 0.63% 0.85% -
XYZ 42.34 40.32 13.14 -
YUV 167.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 216 160 80 0 0.26 0.63 0.15 35.29 0.64 0.58
Hex D8 A0 50 0 1A 3F F 23 40 3A
Octal 330 240 120 0 32 77 17 43 100 72
Binary 11011000 10100000 1010000 0 11010 111111 1111 100011 1000000 111010

Color Harmonies of #D8A050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A050

Black with #D8A050

Text Example


Text Example

White with #D8A050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A050; }

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

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

background-color css

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

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

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

border-color css

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

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

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