Html Css Color HEX #D6A16D Porsche

📋 copy color: '#D6A16D'

red 214 ◦ green 161 ◦ blue 109

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

Shades of Porsche #D6A16D

Tints of Porsche #D6A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.26%

 BLUE value IS 109 (42.97% from 255) = 22.52%

R = 44.21%
G = 33.26%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6A16D (or 0xD6A16D) is known color: Porsche. HEX triplet: D6, A1 and 6D. RGB value is (214,161,109). Sum of RGB (Red+Green+Blue) = 214+161+109=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A16D is #295E92. Grayscale: #ABABAB. Windows color (decimal): -2711187 or 7184854. OLE color: 7184854.

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

Color convert

RGB 214 161 109 -
CMYK 0 0.25 0.49 0.16
HSL 29.71º 0.56% 0.63% -
HSV(B) 29.71º 0.49% 0.84% -
XYZ 43.24 40.89 20.08 -
YUV 170.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 214 161 109 0 0.25 0.49 0.16 29.71 0.56 0.63
Hex D6 A1 6D 0 19 31 10 1E 38 3F
Octal 326 241 155 0 31 61 20 36 70 77
Binary 11010110 10100001 1101101 0 11001 110001 10000 11110 111000 111111

Color Harmonies of #D6A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A16D

Black with #D6A16D

Text Example


Text Example

White with #D6A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A16D; }

 p { color: rgb(214,161,109); }

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

background-color css

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

 a { background-color: rgb(214,161,109); }

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

border-color css

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

 span { border-color: rgb(214,161,109); }

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