Html Css Color HEX #D6A056 Porsche

📋 copy color: '#D6A056'

red 214 ◦ green 160 ◦ blue 86

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

Shades of Porsche #D6A056

Tints of Porsche #D6A056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.7%

R = 46.52%
G = 34.78%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6A056 (or 0xD6A056) is known color: Porsche. HEX triplet: D6, A0 and 56. RGB value is (214,160,86). Sum of RGB (Red+Green+Blue) = 214+160+86=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A056 is #295FA9. Grayscale: #A8A8A8. Windows color (decimal): -2711466 or 5677270. OLE color: 5677270.

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

Color convert

RGB 214 160 86 -
CMYK 0 0.25 0.60 0.16
HSL 34.69º 0.61% 0.59% -
HSV(B) 34.69º 0.6% 0.84% -
XYZ 41.98 40.11 14.33 -
YUV 167.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 214 160 86 0 0.25 0.60 0.16 34.69 0.61 0.59
Hex D6 A0 56 0 19 3C 10 23 3D 3B
Octal 326 240 126 0 31 74 20 43 75 73
Binary 11010110 10100000 1010110 0 11001 111100 10000 100011 111101 111011

Color Harmonies of #D6A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A056

Black with #D6A056

Text Example


Text Example

White with #D6A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A056; }

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

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

background-color css

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

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

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

border-color css

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

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

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