Html Css Color HEX #D9A465 Porsche

📋 copy color: '#D9A465'

red 217 ◦ green 164 ◦ blue 101

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

Shades of Porsche #D9A465

Tints of Porsche #D9A465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 45.02%
G = 34.02%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A465 (or 0xD9A465) is known color: Porsche. HEX triplet: D9, A4 and 65. RGB value is (217,164,101). Sum of RGB (Red+Green+Blue) = 217+164+101=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A465 is #265B9A. Grayscale: #ACACAC. Windows color (decimal): -2513819 or 6661337. OLE color: 6661337.

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

Color convert

RGB 217 164 101 -
CMYK 0 0.24 0.53 0.15
HSL 32.59º 0.6% 0.62% -
HSV(B) 32.59º 0.53% 0.85% -
XYZ 44.24 42.24 18.13 -
YUV 172.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 217 164 101 0 0.24 0.53 0.15 32.59 0.6 0.62
Hex D9 A4 65 0 18 35 F 21 3C 3E
Octal 331 244 145 0 30 65 17 41 74 76
Binary 11011001 10100100 1100101 0 11000 110101 1111 100001 111100 111110

Color Harmonies of #D9A465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A465

Black with #D9A465

Text Example


Text Example

White with #D9A465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A465; }

 p { color: rgb(217,164,101); }

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

background-color css

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

 a { background-color: rgb(217,164,101); }

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

border-color css

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

 span { border-color: rgb(217,164,101); }

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