Html Css Color HEX #D9A05E Porsche

📋 copy color: '#D9A05E'

red 217 ◦ green 160 ◦ blue 94

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

Shades of Porsche #D9A05E

Tints of Porsche #D9A05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 46.07%
G = 33.97%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9A05E (or 0xD9A05E) is known color: Porsche. HEX triplet: D9, A0 and 5E. RGB value is (217,160,94). Sum of RGB (Red+Green+Blue) = 217+160+94=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A05E is #265FA1. Grayscale: #A9A9A9. Windows color (decimal): -2514850 or 6201561. OLE color: 6201561.

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

Color convert

RGB 217 160 94 -
CMYK 0 0.26 0.57 0.15
HSL 32.2º 0.62% 0.61% -
HSV(B) 32.2º 0.57% 0.85% -
XYZ 43.21 40.7 16.17 -
YUV 169.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 217 160 94 0 0.26 0.57 0.15 32.2 0.62 0.61
Hex D9 A0 5E 0 1A 39 F 20 3E 3D
Octal 331 240 136 0 32 71 17 40 76 75
Binary 11011001 10100000 1011110 0 11010 111001 1111 100000 111110 111101

Color Harmonies of #D9A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A05E

Black with #D9A05E

Text Example


Text Example

White with #D9A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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