Html Css Color HEX #D8A053 Porsche

📋 copy color: '#D8A053'

red 216 ◦ green 160 ◦ blue 83

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

Shades of Porsche #D8A053

Tints of Porsche #D8A053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.08%

R = 47.06%
G = 34.86%
B = 18.08%

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

#D8A053 (or 0xD8A053) is known color: Porsche. HEX triplet: D8, A0 and 53. RGB value is (216,160,83). Sum of RGB (Red+Green+Blue) = 216+160+83=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A053 is #275FAC. Grayscale: #A8A8A8. Windows color (decimal): -2580397 or 5480664. OLE color: 5480664.

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

Color convert

RGB 216 160 83 -
CMYK 0 0.26 0.62 0.15
HSL 34.74º 0.63% 0.59% -
HSV(B) 34.74º 0.62% 0.85% -
XYZ 42.45 40.37 13.74 -
YUV 167.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 216 160 83 0 0.26 0.62 0.15 34.74 0.63 0.59
Hex D8 A0 53 0 1A 3E F 23 3F 3B
Octal 330 240 123 0 32 76 17 43 77 73
Binary 11011000 10100000 1010011 0 11010 111110 1111 100011 111111 111011

Color Harmonies of #D8A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A053

Black with #D8A053

Text Example


Text Example

White with #D8A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A053; }

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

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

background-color css

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

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

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

border-color css

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

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

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