Html Css Color HEX #D9A368 Porsche

📋 copy color: '#D9A368'

red 217 ◦ green 163 ◦ blue 104

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

Shades of Porsche #D9A368

Tints of Porsche #D9A368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 44.83%
G = 33.68%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9A368 (or 0xD9A368) is known color: Porsche. HEX triplet: D9, A3 and 68. RGB value is (217,163,104). Sum of RGB (Red+Green+Blue) = 217+163+104=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A368 is #265C97. Grayscale: #ACACAC. Windows color (decimal): -2514072 or 6857689. OLE color: 6857689.

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

Color convert

RGB 217 163 104 -
CMYK 0 0.25 0.52 0.15
HSL 31.33º 0.6% 0.63% -
HSV(B) 31.33º 0.52% 0.85% -
XYZ 44.21 41.95 18.86 -
YUV 172.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 217 163 104 0 0.25 0.52 0.15 31.33 0.6 0.63
Hex D9 A3 68 0 19 34 F 1F 3C 3F
Octal 331 243 150 0 31 64 17 37 74 77
Binary 11011001 10100011 1101000 0 11001 110100 1111 11111 111100 111111

Color Harmonies of #D9A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A368

Black with #D9A368

Text Example


Text Example

White with #D9A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A368; }

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

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

background-color css

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

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

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

border-color css

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

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

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