Html Css Color HEX #D9A05B Porsche

📋 copy color: '#D9A05B'

red 217 ◦ green 160 ◦ blue 91

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

Shades of Porsche #D9A05B

Tints of Porsche #D9A05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 46.37%
G = 34.19%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9A05B (or 0xD9A05B) is known color: Porsche. HEX triplet: D9, A0 and 5B. RGB value is (217,160,91). Sum of RGB (Red+Green+Blue) = 217+160+91=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A05B is #265FA4. Grayscale: #A9A9A9. Windows color (decimal): -2514853 or 6004953. OLE color: 6004953.

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

Color convert

RGB 217 160 91 -
CMYK 0 0.26 0.58 0.15
HSL 32.86º 0.62% 0.6% -
HSV(B) 32.86º 0.58% 0.85% -
XYZ 43.07 40.65 15.47 -
YUV 169.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 217 160 91 0 0.26 0.58 0.15 32.86 0.62 0.6
Hex D9 A0 5B 0 1A 3A F 21 3E 3C
Octal 331 240 133 0 32 72 17 41 76 74
Binary 11011001 10100000 1011011 0 11010 111010 1111 100001 111110 111100

Color Harmonies of #D9A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A05B

Black with #D9A05B

Text Example


Text Example

White with #D9A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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