Html Css Color HEX #D6A062 Porsche

📋 copy color: '#D6A062'

red 214 ◦ green 160 ◦ blue 98

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

Shades of Porsche #D6A062

Tints of Porsche #D6A062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.76%

R = 45.34%
G = 33.9%
B = 20.76%

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

#D6A062 (or 0xD6A062) is known color: Porsche. HEX triplet: D6, A0 and 62. RGB value is (214,160,98). Sum of RGB (Red+Green+Blue) = 214+160+98=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A062 is #295F9D. Grayscale: #A9A9A9. Windows color (decimal): -2711454 or 6463702. OLE color: 6463702.

HSL color Cylindrical-coordinate representation of color #D6A062: hue angle of 32.07º degrees, saturation: 0.59, 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 #D6A062 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 98 -
CMYK 0 0.25 0.54 0.16
HSL 32.07º 0.59% 0.61% -
HSV(B) 32.07º 0.54% 0.84% -
XYZ 42.51 40.32 17.1 -
YUV 169.08 87.89 160.04 -
System Red Green Blue C M Y K H S L
Decimal 214 160 98 0 0.25 0.54 0.16 32.07 0.59 0.61
Hex D6 A0 62 0 19 36 10 20 3B 3D
Octal 326 240 142 0 31 66 20 40 73 75
Binary 11010110 10100000 1100010 0 11001 110110 10000 100000 111011 111101

Color Harmonies of #D6A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A062

Black with #D6A062

Text Example


Text Example

White with #D6A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A062; }

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

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

background-color css

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

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

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

border-color css

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

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

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