Html Css Color HEX #D9A065 Porsche

📋 copy color: '#D9A065'

red 217 ◦ green 160 ◦ blue 101

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

Shades of Porsche #D9A065

Tints of Porsche #D9A065

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

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

R = 45.4%
G = 33.47%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9A065 (or 0xD9A065) is known color: Porsche. HEX triplet: D9, A0 and 65. RGB value is (217,160,101). Sum of RGB (Red+Green+Blue) = 217+160+101=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A065 is #265F9A. Grayscale: #AAAAAA. Windows color (decimal): -2514843 or 6660313. OLE color: 6660313.

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

Color convert

RGB 217 160 101 -
CMYK 0 0.26 0.53 0.15
HSL 30.52º 0.6% 0.62% -
HSV(B) 30.52º 0.53% 0.85% -
XYZ 43.54 40.83 17.9 -
YUV 170.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 217 160 101 0 0.26 0.53 0.15 30.52 0.6 0.62
Hex D9 A0 65 0 1A 35 F 1F 3C 3E
Octal 331 240 145 0 32 65 17 37 74 76
Binary 11011001 10100000 1100101 0 11010 110101 1111 11111 111100 111110

Color Harmonies of #D9A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A065

Black with #D9A065

Text Example


Text Example

White with #D9A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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