Html Css Color HEX #D6A05E Porsche

📋 copy color: '#D6A05E'

red 214 ◦ green 160 ◦ blue 94

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

Shades of Porsche #D6A05E

Tints of Porsche #D6A05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 45.73%
G = 34.19%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6A05E (or 0xD6A05E) is known color: Porsche. HEX triplet: D6, A0 and 5E. RGB value is (214,160,94). Sum of RGB (Red+Green+Blue) = 214+160+94=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A05E is #295FA1. Grayscale: #A8A8A8. Windows color (decimal): -2711458 or 6201558. OLE color: 6201558.

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

Color convert

RGB 214 160 94 -
CMYK 0 0.25 0.56 0.16
HSL 33º 0.59% 0.6% -
HSV(B) 33º 0.56% 0.84% -
XYZ 42.32 40.25 16.13 -
YUV 168.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 214 160 94 0 0.25 0.56 0.16 33 0.59 0.6
Hex D6 A0 5E 0 19 38 10 21 3B 3C
Octal 326 240 136 0 31 70 20 41 73 74
Binary 11010110 10100000 1011110 0 11001 111000 10000 100001 111011 111100

Color Harmonies of #D6A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A05E

Black with #D6A05E

Text Example


Text Example

White with #D6A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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