Html Css Color HEX #D8A051 Porsche

📋 copy color: '#D8A051'

red 216 ◦ green 160 ◦ blue 81

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

Shades of Porsche #D8A051

Tints of Porsche #D8A051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.72%

R = 47.26%
G = 35.01%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8A051 (or 0xD8A051) is known color: Porsche. HEX triplet: D8, A0 and 51. RGB value is (216,160,81). Sum of RGB (Red+Green+Blue) = 216+160+81=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A051 is #275FAE. Grayscale: #A8A8A8. Windows color (decimal): -2580399 or 5349592. OLE color: 5349592.

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

Color convert

RGB 216 160 81 -
CMYK 0 0.26 0.62 0.15
HSL 35.11º 0.63% 0.58% -
HSV(B) 35.11º 0.63% 0.85% -
XYZ 42.37 40.33 13.34 -
YUV 167.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 216 160 81 0 0.26 0.62 0.15 35.11 0.63 0.58
Hex D8 A0 51 0 1A 3E F 23 3F 3A
Octal 330 240 121 0 32 76 17 43 77 72
Binary 11011000 10100000 1010001 0 11010 111110 1111 100011 111111 111010

Color Harmonies of #D8A051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A051

Black with #D8A051

Text Example


Text Example

White with #D8A051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A051; }

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

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

background-color css

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

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

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

border-color css

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

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

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