Html Css Color HEX #D7A054 Porsche

📋 copy color: '#D7A054'

red 215 ◦ green 160 ◦ blue 84

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

Shades of Porsche #D7A054

Tints of Porsche #D7A054

RGB

 RED value IS 215 (84.38% from 255) = 46.84%

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

 BLUE value IS 84 (33.2% from 255) = 18.3%

R = 46.84%
G = 34.86%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D7A054 (or 0xD7A054) is known color: Porsche. HEX triplet: D7, A0 and 54. RGB value is (215,160,84). Sum of RGB (Red+Green+Blue) = 215+160+84=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A054 is #285FAB. Grayscale: #A8A8A8. Windows color (decimal): -2645932 or 5546199. OLE color: 5546199.

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

Color convert

RGB 215 160 84 -
CMYK 0 0.26 0.61 0.16
HSL 34.81º 0.62% 0.59% -
HSV(B) 34.81º 0.61% 0.84% -
XYZ 42.2 40.23 13.93 -
YUV 167.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 215 160 84 0 0.26 0.61 0.16 34.81 0.62 0.59
Hex D7 A0 54 0 1A 3D 10 23 3E 3B
Octal 327 240 124 0 32 75 20 43 76 73
Binary 11010111 10100000 1010100 0 11010 111101 10000 100011 111110 111011

Color Harmonies of #D7A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A054

Black with #D7A054

Text Example


Text Example

White with #D7A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A054; }

 p { color: rgb(215,160,84); }

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

background-color css

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

 a { background-color: rgb(215,160,84); }

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

border-color css

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

 span { border-color: rgb(215,160,84); }

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