Html Css Color HEX #D9A053 Porsche

📋 copy color: '#D9A053'

red 217 ◦ green 160 ◦ blue 83

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

Shades of Porsche #D9A053

Tints of Porsche #D9A053

RGB

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

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

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

R = 47.17%
G = 34.78%
B = 18.04%

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

#D9A053 (or 0xD9A053) is known color: Porsche. HEX triplet: D9, A0 and 53. RGB value is (217,160,83). Sum of RGB (Red+Green+Blue) = 217+160+83=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A053 is #265FAC. Grayscale: #A8A8A8. Windows color (decimal): -2514861 or 5480665. OLE color: 5480665.

HSL color Cylindrical-coordinate representation of color #D9A053: hue angle of 34.48º degrees, saturation: 0.64, 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 #D9A053 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 160 83 -
CMYK 0 0.26 0.62 0.15
HSL 34.48º 0.64% 0.59% -
HSV(B) 34.48º 0.62% 0.85% -
XYZ 42.75 40.52 13.75 -
YUV 168.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 217 160 83 0 0.26 0.62 0.15 34.48 0.64 0.59
Hex D9 A0 53 0 1A 3E F 22 40 3B
Octal 331 240 123 0 32 76 17 42 100 73
Binary 11011001 10100000 1010011 0 11010 111110 1111 100010 1000000 111011

Color Harmonies of #D9A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A053

Black with #D9A053

Text Example


Text Example

White with #D9A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A053; }

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

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

background-color css

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

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

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

border-color css

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

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

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