Html Css Color HEX #D6A16B Porsche

📋 copy color: '#D6A16B'

red 214 ◦ green 161 ◦ blue 107

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

Shades of Porsche #D6A16B

Tints of Porsche #D6A16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 44.4%
G = 33.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6A16B (or 0xD6A16B) is known color: Porsche. HEX triplet: D6, A1 and 6B. RGB value is (214,161,107). Sum of RGB (Red+Green+Blue) = 214+161+107=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A16B is #295E94. Grayscale: #AAAAAA. Windows color (decimal): -2711189 or 7053782. OLE color: 7053782.

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

Color convert

RGB 214 161 107 -
CMYK 0 0.25 0.50 0.16
HSL 30.28º 0.57% 0.63% -
HSV(B) 30.28º 0.5% 0.84% -
XYZ 43.13 40.85 19.52 -
YUV 170.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 214 161 107 0 0.25 0.50 0.16 30.28 0.57 0.63
Hex D6 A1 6B 0 19 32 10 1E 39 3F
Octal 326 241 153 0 31 62 20 36 71 77
Binary 11010110 10100001 1101011 0 11001 110010 10000 11110 111001 111111

Color Harmonies of #D6A16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A16B

Black with #D6A16B

Text Example


Text Example

White with #D6A16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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