Html Css Color HEX #D9A363 Porsche

📋 copy color: '#D9A363'

red 217 ◦ green 163 ◦ blue 99

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

Shades of Porsche #D9A363

Tints of Porsche #D9A363

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 45.3%
G = 34.03%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D9A363 (or 0xD9A363) is known color: Porsche. HEX triplet: D9, A3 and 63. RGB value is (217,163,99). Sum of RGB (Red+Green+Blue) = 217+163+99=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A363 is #265C9C. Grayscale: #ACACAC. Windows color (decimal): -2514077 or 6530009. OLE color: 6530009.

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

Color convert

RGB 217 163 99 -
CMYK 0 0.25 0.54 0.15
HSL 32.54º 0.61% 0.62% -
HSV(B) 32.54º 0.54% 0.85% -
XYZ 43.96 41.85 17.56 -
YUV 171.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 217 163 99 0 0.25 0.54 0.15 32.54 0.61 0.62
Hex D9 A3 63 0 19 36 F 21 3D 3E
Octal 331 243 143 0 31 66 17 41 75 76
Binary 11011001 10100011 1100011 0 11001 110110 1111 100001 111101 111110

Color Harmonies of #D9A363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A363

Black with #D9A363

Text Example


Text Example

White with #D9A363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A363; }

 p { color: rgb(217,163,99); }

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

background-color css

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

 a { background-color: rgb(217,163,99); }

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

border-color css

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

 span { border-color: rgb(217,163,99); }

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