Html Css Color HEX #D9A360 Porsche

📋 copy color: '#D9A360'

red 217 ◦ green 163 ◦ blue 96

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

Shades of Porsche #D9A360

Tints of Porsche #D9A360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.17%

R = 45.59%
G = 34.24%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9A360 (or 0xD9A360) is known color: Porsche. HEX triplet: D9, A3 and 60. RGB value is (217,163,96). Sum of RGB (Red+Green+Blue) = 217+163+96=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A360 is #265C9F. Grayscale: #ABABAB. Windows color (decimal): -2514080 or 6333401. OLE color: 6333401.

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

Color convert

RGB 217 163 96 -
CMYK 0 0.25 0.56 0.15
HSL 33.22º 0.61% 0.61% -
HSV(B) 33.22º 0.56% 0.85% -
XYZ 43.82 41.79 16.82 -
YUV 171.51 85.39 160.45 -
System Red Green Blue C M Y K H S L
Decimal 217 163 96 0 0.25 0.56 0.15 33.22 0.61 0.61
Hex D9 A3 60 0 19 38 F 21 3D 3D
Octal 331 243 140 0 31 70 17 41 75 75
Binary 11011001 10100011 1100000 0 11001 111000 1111 100001 111101 111101

Color Harmonies of #D9A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A360

Black with #D9A360

Text Example


Text Example

White with #D9A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A360; }

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

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

background-color css

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

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

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

border-color css

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

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

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