Html Css Color HEX #D6A065 Porsche

📋 copy color: '#D6A065'

red 214 ◦ green 160 ◦ blue 101

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

Shades of Porsche #D6A065

Tints of Porsche #D6A065

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

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

R = 45.05%
G = 33.68%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A065 (or 0xD6A065) is known color: Porsche. HEX triplet: D6, A0 and 65. RGB value is (214,160,101). Sum of RGB (Red+Green+Blue) = 214+160+101=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A065 is #295F9A. Grayscale: #A9A9A9. Windows color (decimal): -2711451 or 6660310. OLE color: 6660310.

HSL color Cylindrical-coordinate representation of color #D6A065: hue angle of 31.33º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6A065 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 101 -
CMYK 0 0.25 0.53 0.16
HSL 31.33º 0.58% 0.62% -
HSV(B) 31.33º 0.53% 0.84% -
XYZ 42.65 40.38 17.86 -
YUV 169.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 214 160 101 0 0.25 0.53 0.16 31.33 0.58 0.62
Hex D6 A0 65 0 19 35 10 1F 3A 3E
Octal 326 240 145 0 31 65 20 37 72 76
Binary 11010110 10100000 1100101 0 11001 110101 10000 11111 111010 111110

Color Harmonies of #D6A065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A065

Black with #D6A065

Text Example


Text Example

White with #D6A065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A065; }

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

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

background-color css

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

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

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

border-color css

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

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

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