Html Css Color HEX #D6A063 Porsche

📋 copy color: '#D6A063'

red 214 ◦ green 160 ◦ blue 99

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

Shades of Porsche #D6A063

Tints of Porsche #D6A063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.93%

R = 45.24%
G = 33.83%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6A063 (or 0xD6A063) is known color: Porsche. HEX triplet: D6, A0 and 63. RGB value is (214,160,99). Sum of RGB (Red+Green+Blue) = 214+160+99=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A063 is #295F9C. Grayscale: #A9A9A9. Windows color (decimal): -2711453 or 6529238. OLE color: 6529238.

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

Color convert

RGB 214 160 99 -
CMYK 0 0.25 0.54 0.16
HSL 31.83º 0.58% 0.61% -
HSV(B) 31.83º 0.54% 0.84% -
XYZ 42.55 40.34 17.35 -
YUV 169.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 214 160 99 0 0.25 0.54 0.16 31.83 0.58 0.61
Hex D6 A0 63 0 19 36 10 20 3A 3D
Octal 326 240 143 0 31 66 20 40 72 75
Binary 11010110 10100000 1100011 0 11001 110110 10000 100000 111010 111101

Color Harmonies of #D6A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A063

Black with #D6A063

Text Example


Text Example

White with #D6A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A063; }

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

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

background-color css

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

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

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

border-color css

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

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

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