Html Css Color HEX #D9A054 Porsche

📋 copy color: '#D9A054'

red 217 ◦ green 160 ◦ blue 84

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

Shades of Porsche #D9A054

Tints of Porsche #D9A054

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

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

R = 47.07%
G = 34.71%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D9A054 (or 0xD9A054) is known color: Porsche. HEX triplet: D9, A0 and 54. RGB value is (217,160,84). Sum of RGB (Red+Green+Blue) = 217+160+84=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A054 is #265FAB. Grayscale: #A8A8A8. Windows color (decimal): -2514860 or 5546201. OLE color: 5546201.

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

Color convert

RGB 217 160 84 -
CMYK 0 0.26 0.61 0.15
HSL 34.29º 0.64% 0.59% -
HSV(B) 34.29º 0.61% 0.85% -
XYZ 42.79 40.53 13.96 -
YUV 168.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 217 160 84 0 0.26 0.61 0.15 34.29 0.64 0.59
Hex D9 A0 54 0 1A 3D F 22 40 3B
Octal 331 240 124 0 32 75 17 42 100 73
Binary 11011001 10100000 1010100 0 11010 111101 1111 100010 1000000 111011

Color Harmonies of #D9A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A054

Black with #D9A054

Text Example


Text Example

White with #D9A054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A054; }

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

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

background-color css

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

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

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

border-color css

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

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

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