Html Css Color HEX #D9A364 Porsche

📋 copy color: '#D9A364'

red 217 ◦ green 163 ◦ blue 100

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

Shades of Porsche #D9A364

Tints of Porsche #D9A364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 45.21%
G = 33.96%
B = 20.83%

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

#D9A364 (or 0xD9A364) is known color: Porsche. HEX triplet: D9, A3 and 64. RGB value is (217,163,100). Sum of RGB (Red+Green+Blue) = 217+163+100=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A364 is #265C9B. Grayscale: #ACACAC. Windows color (decimal): -2514076 or 6595545. OLE color: 6595545.

HSL color Cylindrical-coordinate representation of color #D9A364: hue angle of 32.31º 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 #D9A364 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 100 -
CMYK 0 0.25 0.54 0.15
HSL 32.31º 0.61% 0.62% -
HSV(B) 32.31º 0.54% 0.85% -
XYZ 44.01 41.87 17.82 -
YUV 171.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 217 163 100 0 0.25 0.54 0.15 32.31 0.61 0.62
Hex D9 A3 64 0 19 36 F 20 3D 3E
Octal 331 243 144 0 31 66 17 40 75 76
Binary 11011001 10100011 1100100 0 11001 110110 1111 100000 111101 111110

Color Harmonies of #D9A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A364

Black with #D9A364

Text Example


Text Example

White with #D9A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A364; }

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

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

background-color css

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

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

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

border-color css

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

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

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